cut property Null safety
final
Whether to show cut option in toolbar.
If EditableText.readOnly is set to true, cut will be disabled regardless.
Defaults to false. Must not be null.
Implementation
final bool cut;
Whether to show cut option in toolbar.
If EditableText.readOnly is set to true, cut will be disabled regardless.
Defaults to false. Must not be null.
final bool cut;