DropdownCalculator<T> class
Constructors
-
DropdownCalculator({required List<
CoolDropdownItem< dropdownList, required BuildContext bodyContext, required GlobalKey<T> >State< resultKey, required DropdownOptions dropdownOptions, required DropdownItemOptions dropdownItemOptions, required DropdownTriangleOptions dropdownTriangleOptions})StatefulWidget> >
Properties
- bodyContext → BuildContext
-
final
- calcArrowAlignmentDx → double
-
no setter
- dropdownHeight → double
-
no setter
- dropdownItemOptions → DropdownItemOptions
-
final
-
dropdownList
→ List<
CoolDropdownItem< T> > -
final
- dropdownOptions → DropdownOptions
-
final
- dropdownTriangleOptions → DropdownTriangleOptions
-
final
- dropdownWidth → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isArrowDown → bool
-
no setter
-
resultKey
→ GlobalKey<
State< StatefulWidget> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController → ScrollController
-
no setter
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOffset(
) → Offset -
setScrollPosition(
int currentIndex) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited