MobileToolbarItem class

Constructors

MobileToolbarItem.action({required MobileToolbarItemIconBuilder? itemIconBuilder, required MobileToolbarItemActionHandler? actionHandler})
Tool bar item that implements attribute directly(without opening menu)
const
MobileToolbarItem.withMenu({required MobileToolbarItemIconBuilder? itemIconBuilder, required MobileToolbarItemIconBuilder? itemMenuBuilder})
Tool bar item that opens a menu to show options
const

Properties

actionHandler MobileToolbarItemActionHandler?
final
hashCode int
The hash code for this object.
no setterinherited
hasMenu bool
final
itemIconBuilder MobileToolbarItemIconBuilder?
final
itemMenuBuilder MobileToolbarItemIconBuilder?
final
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