paste property Null safety

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