toolbarOptions property

  1. @Deprecated('Use `contextMenuBuilder` instead. ' 'This feature was deprecated after v3.3.0-0.5.pre.')
ToolbarOptions? toolbarOptions
final

Configuration of toolbar options.

Paste and cut will be disabled regardless.

If not set, select all and copy will be enabled by default.

Implementation

@Deprecated(
  'Use `contextMenuBuilder` instead. '
  'This feature was deprecated after v3.3.0-0.5.pre.',
)
final ToolbarOptions? toolbarOptions;