copyEnabled property Null safety

bool copyEnabled
override

Whether copy is enabled, must not be null.

Implementation

@override
bool get copyEnabled => widget.toolbarOptions.copy && !widget.obscureText;