AkoSearchSelectionStyle class
AkoSearchSelectionStyle is a wrapper for style to AkoSearchSelectionSheet
Constructors
- AkoSearchSelectionStyle({Color topDragIndicatorColor = Colors.grey, Color? bottomSheetBackgroundColor, EdgeInsets listViewItemPadding = const EdgeInsets.fromLTRB(13, 0, 13, 0), EdgeInsets bottomButtonPadding = const EdgeInsets.all(8.0), BorderSide bottomButtonSeparator = const BorderSide(color: Colors.grey, width: 1), RoundedRectangleBorder bottomSheetShape = const RoundedRectangleBorder(borderRadius: BorderRadius.vertical(top: Radius.circular(15))), ButtonStyle? clearButtonStyle, ButtonStyle? submitButtonStyle})
Properties
- bottomButtonPadding ↔ EdgeInsets
-
getter/setter pair
- bottomButtonSeparator ↔ BorderSide
-
getter/setter pair
- bottomSheetBackgroundColor ↔ Color?
-
getter/setter pair
- bottomSheetShape ↔ RoundedRectangleBorder
-
getter/setter pair
- clearButtonStyle ↔ ButtonStyle?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- listViewItemPadding ↔ EdgeInsets
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitButtonStyle ↔ ButtonStyle?
-
getter/setter pair
- topDragIndicatorColor ↔ Color
-
getter/setter pair
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