$FespSelectorBuilderData class

Constructors

$FespSelectorBuilderData({bool isExpanded = true, required InputDecoration decoration, required dynamic value, required List<DropdownMenuItem<Object>> items, void onChanged(dynamic value)?})
const

Properties

decoration InputDecoration
final
hashCode int
The hash code for this object.
no setterinherited
isExpanded bool
final
items List<DropdownMenuItem<Object>>
final
onChanged → void Function(dynamic value)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
final

Methods

copyWith({bool? isExpanded, InputDecoration? decoration, dynamic value, List<DropdownMenuItem<Object>>? items, void onChanged(dynamic value)?}) $FespSelectorBuilderData
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