DropdownMenuData class
Internal data class for dropdown menu context.
Holds shared data for dropdown menu implementation, including a unique key for region grouping and overlay coordination.
This is typically used internally by the dropdown menu system and not intended for direct use in application code.
Constructors
-
DropdownMenuData(GlobalKey<
State< key)StatefulWidget> > - Creates dropdown menu data with the specified key.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
key
→ GlobalKey<
State< StatefulWidget> > -
Unique key identifying this dropdown menu instance.
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