NullMenuItem class abstract

Type that can be specified to mark that there can be no subMenus for a given MenuItem.

Inheritance

Constructors

NullMenuItem()
factory

Properties

actionWithContext ActionWithContext?
finalinherited
ariaLabel String
finalinherited
cssClasses → BuiltList<String>
Additional CSS classes to be attached to the root menu item element.
finalinherited
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasIcon bool
no setterinherited
hasSecondaryLabel bool
no setterinherited
hasSubMenu bool
no setterinherited
icon Icon?
finalinherited
itemSuffixes → ObservableList<MenuItemAffix>
List of rendered suffixes for this menu item.
finalinherited
label String
finalinherited
labelAnnotation String
A superscript annotation that is shown to the right of the label.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryLabel String
finalinherited
showTooltip bool
no setterinherited
finalinherited
tooltip String
finalinherited
uiDisplayName String
no setterinherited
uiIcon Icon?
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