FespSelectorData class
- Annotations
-
- @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespSelectorBuilderData', returnType: 'DropdownButtonFormField', classFields: [FespNodeBuilderClassField(type: 'bool', name: 'isExpanded', defaultValue: 'true'), FespNodeBuilderClassField(type: 'InputDecoration', name: 'decoration'), FespNodeBuilderClassField(type: 'dynamic', name: 'value'), FespNodeBuilderClassField(type: 'List<DropdownMenuItem<Object>>', name: 'items'), FespNodeBuilderClassField(type: 'void Function(dynamic value)?', name: 'onChanged')]), FespNodeBuilderField(className: 'FespDropdownMenuItemBuilderData', returnType: 'DropdownMenuItem<Object>', classFields: [FespNodeBuilderClassField(type: 'Widget', name: 'child'), FespNodeBuilderClassField(type: 'Object', name: 'value')])], invalidTypes: ['EdgeInsetsGeometry'])
Constructors
-
FespSelectorData({required Map<
Object, Widget> items, required String labelText, dynamic initializeValue, void onChanged(dynamic value)?, EdgeInsetsGeometry padding = const EdgeInsets.all(10), DropdownButtonFormField fespBuilder0(BuildContext p0, $FespSelectorBuilderData p1)?, DropdownMenuItem<Object> fespBuilder1(BuildContext p0, $FespDropdownMenuItemBuilderData p1)?}) -
const
Properties
- fespBuilder0 → DropdownButtonFormField Function(BuildContext p0, $FespSelectorBuilderData p1)?
-
finalinherited
-
fespBuilder1
→ DropdownMenuItem<
Object> Function(BuildContext p0, $FespDropdownMenuItemBuilderData p1)? -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- initializeValue → dynamic
-
final
-
items
→ Map<
Object, Widget> -
final
- labelText → String
-
final
- onChanged → void Function(dynamic value)?
-
final
- padding → EdgeInsetsGeometry
-
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
-
trueItems(
BuildContext p0) → List< DropdownMenuItem< Object> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited