MenuEntry class

Constructors

const

Properties

hashCode int
The hash code for this object.
no setterinherited
isActivated bool Function()?
final
label String
final
final
onPressed VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortcut MenuSerializableShortcut?
final

Methods

merge(List<MenuEntry> children) MenuEntry
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rename(String value) MenuEntry
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

build(List<MenuEntry> selections) List<Widget>
shortcuts(List<MenuEntry> selections) Map<MenuSerializableShortcut, Intent>