CupertinoDropdownButtonData<T> class

Constructors

CupertinoDropdownButtonData({List<DropdownMenuItem<T>>? items, List<Widget> selectedItemBuilder(BuildContext context)?, T? value, double? itemHeight, Widget? hint, void onChanged(T? value)?, VoidCallback? onTap, double? width, double? height})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double?
final
hint Widget?
finalinherited
itemHeight double?
finalinherited
items List<DropdownMenuItem<T>>?
finalinherited
onChanged → (void Function(T? value)?)
finalinherited
onTap VoidCallback?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemBuilder → (List<Widget> Function(BuildContext context)?)
finalinherited
value → T?
finalinherited
width double?
final

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