ToolWidget class abstract
- Implementers
Constructors
- ToolWidget.new()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
The width of the widget
used to calculate the width
of the toolbar to determine
if the widget overflows and
should be rendered as a popup
menu item
no setter
Methods
-
buildPopupMenuItem(
BuildContext context) → Widget - Build widget for the popup menu when the toolbar widget is not visible
-
buildToolBarWidget(
BuildContext context) → Widget - Build widget for the toolbar
-
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