SpinnerBoxThemeData class

主题配置 筛选框按钮组的样式主题

Constructors

SpinnerBoxThemeData({Color backgroundColor = Colors.white, SHeaderThemeData header = const SHeaderThemeData(), SWrapThemeData wrap = const SWrapThemeData(), SColumnThemeData column = const SColumnThemeData(), SFenceThemeData fence = const SFenceThemeData(), SBoxBotBtnData buttons = const SBoxBotBtnData()})
const

Properties

backgroundColor Color
弹窗背景颜色
final
buttons SBoxBotBtnData
底部按钮样式
final
column SColumnThemeData
MoreContentType.column 样式配置
final
fence SFenceThemeData
栅栏样式配置
final
hashCode int
The hash code for this object.
no setterinherited
标题样式配置
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrap SWrapThemeData
MoreContentType.wrap 样式配置
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