cutEnabled property Null safety

bool cutEnabled
override

Whether cut is enabled, must not be null.

Implementation

@override
bool get cutEnabled => widget.toolbarOptions.cut && !widget.readOnly && !widget.obscureText;