DropdownHeaderOptions class

Annotations

Constructors

const

Properties

hashCode int
The hash code for this object.
no setterinherited
inputDecoration InputDecoration
InputDecoration of the header
final
isSearchable bool
If false header TextField is not rendered
final
runSpacing double
Wrap runSpacing property of the header
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchFieldBuilder Widget Function(TextEditingController controller, FocusNode focusNode)?
Function that builds the TextField for the header If null a default TextField is provided
final
spacing double
Wrap spacing property of the header
final

Methods

copyWith({double? spacing, double? runSpacing, bool? isSearchable, InputDecoration? inputDecoration}) DropdownHeaderOptions
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