FormEnumDropdownFieldPicker<TEnum extends Enum> class
Class that defines the picker style for selecting TEnum
.
TEnum
を選択するためのピッカースタイルを定義するクラス。
Constructors
-
FormEnumDropdownFieldPicker({required List<
TEnum> values, String labelBuilder(TEnum? value)?}) -
Class that defines the picker style for selecting
TEnum
.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelBuilder → String Function(TEnum? value)?
-
Label builder to create text to display choices.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
TEnum> -
List of
TEnum
. PassTEnum.values
as is.final
Methods
-
build(
BuildContext context) → List< Widget> - Build the picker.
-
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