CustomButtonGroup class

Custom toolbar buttons for the HtmlEditor are grouped into CustomButtonGroup objects. Each group is placed in the toolbar at the index specified by the group's index property.

Constructors

CustomButtonGroup({int? index, required List<CustomToolbarButton> buttons})

Properties

buttons List<CustomToolbarButton>
list of buttons for this group
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
index in the toolbar at which to place the group
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited