toolbarOptions method
Toolbar is a context menu that will show up when user right click or long press the EditableText. It includes several options: cut, copy, paste, and select all
Equivalent to
TextFormField(
toolbarOptions: input
)
Implementation
NikuTextField toolbarOptions(ToolbarOptions toolbarOptions) {
this._toolbarOptions = toolbarOptions;
return this;
}