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
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