cut property Null safety

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. Must not be null.

Implementation

final bool cut;