paste property
final
Whether to show paste option in toolbar.
If EditableText.readOnly is set to true, paste will be disabled regardless.
Defaults to false.
Implementation
final bool paste;
Whether to show paste option in toolbar.
If EditableText.readOnly is set to true, paste will be disabled regardless.
Defaults to false.
final bool paste;