copyEnabled property Null safety
override
Whether copy is enabled, must not be null.
Implementation
@override
bool get copyEnabled => widget.toolbarOptions.copy && !widget.obscureText;
Whether copy is enabled, must not be null.
@override
bool get copyEnabled => widget.toolbarOptions.copy && !widget.obscureText;