CupertinoMenuEntry class abstract interface

Implement CupertinoMenuEntry to define how a menu item should be drawn in a menu.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
isDivider bool
Whether this menu item is a divider.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasLeading(BuildContext context) bool
Whether this menu item has a leading widget.
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