cut property

bool cut
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;