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