toolbarOptions property

ToolbarOptions toolbarOptions
final

Configuration of toolbar options.

By default, all options are enabled. If readOnly is true, paste and cut will be disabled regardless. If obscureText is true, cut and copy will be disabled regardless. If readOnly and obscureText are both true, select all will also be disabled.

Implementation

final ToolbarOptions toolbarOptions;