cut property
final
Whether to show cut option in toolbar.
If EditableText.readOnly is set to true, cut will be disabled regardless.
Defaults to false.
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.
final bool cut;