paste property

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.

Implementation

final bool paste;