buttonItems property
final
The ContextMenuButtonItem
s that will be turned into the correct button
widgets and displayed in the spell check suggestions toolbar.
Must not contain more than three items.
See also:
- AdaptiveTextSelectionToolbar.buttonItems, the list of
ContextMenuButtonItem
s that are used to build the buttons of the text selection toolbar. - SpellCheckSuggestionsToolbar.buttonItems, the list of
ContextMenuButtonItem
s used to build the Material style spell check suggestions toolbar.
Implementation
final List<ContextMenuButtonItem> buttonItems;