buttonItems property
final
The ContextMenuButtonItems 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 ContextMenuButtonItems that are used to build the buttons of the text selection toolbar.
- SpellCheckSuggestionsToolbar.buttonItems, the list of ContextMenuButtonItems used to build the Material style spell check suggestions toolbar.
Implementation
final List<ContextMenuButtonItem> buttonItems;