Flutter
material
DropdownMenuItem
<
T
>
enabled property
enabled
description
enabled
property
Null safety
bool
enabled
final
Whether or not a user can select this menu item.
Defaults to
true
.
Implementation
final bool enabled;
Flutter
material
DropdownMenuItem
<
T
>
enabled property
DropdownMenuItem class
Constructors
DropdownMenuItem
Properties
alignment
child
enabled
hashCode
key
onTap
runtimeType
value
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==