DropDownHeaderItem class
Constructors
- DropDownHeaderItem(String title, {Widget widget = const SizedBox(width: 0, height: 0), Widget iconData = const Icon(Icons.arrow_drop_down), Widget iconDropDownData = const Icon(Icons.arrow_drop_up), MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center, TextStyle? style})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconData → Widget
-
final
- iconDropDownData → Widget
-
final
- mainAxisAlignment → MainAxisAlignment
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle?
-
final
- title → String
-
final
- widget → Widget
-
final
Methods
-
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