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 four items, typically three suggestions and a delete button.
See also:
- AdaptiveTextSelectionToolbar.buttonItems, the list of ContextMenuButtonItems that are used to build the buttons of the text selection toolbar.
- CupertinoSpellCheckSuggestionsToolbar.buttonItems, the list of ContextMenuButtonItems used to build the Cupertino style spell check suggestions toolbar.
Implementation
final List<ContextMenuButtonItem> buttonItems;