AkoSearchFilterOptionsStyle class

AkoSearchFilterOptionsStyle is a wrapper for style to AkoSearchFilterSheet

Constructors

AkoSearchFilterOptionsStyle({Color topDragIndicatorColor = Colors.grey, Color badgeBackgroundColor = Colors.grey, Color? bottomSheetBackgroundColor, 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

badgeBackgroundColor Color
getter/setter pair
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
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