buttonItems property

List<ContextMenuButtonItem> buttonItems
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:

Implementation

final List<ContextMenuButtonItem> buttonItems;