menu
flutter_quill_custom_by_hieu package
documentation
flutter_quill.dart
QuillRawEditorState
copyEnabled property
copyEnabled property
dark_mode
light_mode
copyEnabled
property
@
override
bool
get
copyEnabled
inherited
Whether copy is enabled.
Implementation
@override bool get copyEnabled => widget.config.contextMenuBuilder != null;
flutter_quill_custom_by_hieu package
documentation
flutter_quill
QuillRawEditorState
copyEnabled property
QuillRawEditorState class