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.

If not set, select all and paste will default to be enabled. Copy and cut will be disabled if obscureText is true. If readOnly is true, paste and cut will be disabled regardless.

Implementation

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