TSelectionConfig class

筛选项 配置类

Constructors

TSelectionConfig({TextStyle? menuNormalTextStyle, TextStyle? menuSelectedTextStyle, TextStyle? tagNormalTextStyle, TextStyle? tagSelectedTextStyle, double? tagRadius, Color? tagNormalBackgroundColor, Color? tagSelectedBackgroundColor, TextStyle? hintTextStyle, TextStyle? rangeTitleTextStyle, TextStyle? inputTextStyle, TextStyle? itemNormalTextStyle, TextStyle? itemSelectedTextStyle, TextStyle? itemBoldTextStyle, Color? deepNormalBgColor, Color? deepSelectBgColor, Color? middleNormalBgColor, Color? middleSelectBgColor, Color? lightNormalBgColor, Color? lightSelectBgColor, TextStyle? resetTextStyle, TextStyle? titleForMoreTextStyle, TextStyle? optionTextStyle, TextStyle? moreTextStyle, TextStyle? flayerNormalTextStyle, TextStyle? flayerSelectedTextStyle, TextStyle? flayerBoldTextStyle})
遵循外部主题配置 默认为 BrnDefaultConfigUtils.defaultSelectionConfig

Properties

deepNormalBgColor Color
no setter
deepSelectBgColor Color
no setter
flayerBoldTextStyle TextStyle
no setter
flayerNormalTextStyle TextStyle
no setter
flayerSelectedTextStyle TextStyle
no setter
hashCode int
The hash code for this object.
no setterinherited
hintTextStyle TextStyle
no setter
inputTextStyle TextStyle
no setter
itemBoldTextStyle TextStyle
no setter
itemNormalTextStyle TextStyle
no setter
itemSelectedTextStyle TextStyle
no setter
lightNormalBgColor Color
no setter
lightSelectBgColor Color
no setter
no setter
no setter
middleNormalBgColor Color
no setter
middleSelectBgColor Color
no setter
moreTextStyle TextStyle
no setter
optionTextStyle TextStyle
no setter
rangeTitleTextStyle TextStyle
no setter
resetTextStyle TextStyle
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagNormalBackgroundColor Color
no setter
tagNormalTextStyle TextStyle
no setter
tagRadius double
no setter
tagSelectedBackgroundColor Color
no setter
tagSelectedTextStyle TextStyle
no setter
titleForMoreTextStyle TextStyle
no setter

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