TLOperatorCardStyle class

Constructors

TLOperatorCardStyle({bool showLalelImage = true, bool isRequire = false, TextStyle? titleStyle, TextStyle? subTitleStyle, int titleTextMaxLines = 2, bool showLeading = false, bool showTrailing = false, Icon? trailingIcon, IconData? trailingIconData, Color trailingIconColor = const Color(0xFFC8C9CC), bool showLabelContent = false, bool showDivider = true, Color dividerColor = const Color(0xFFF7F8FA), bool showContent = true})
const

Properties

dividerColor Color
下划线颜色 默认: const Color(0xFFF7F8FA)
final
hashCode int
The hash code for this object.
no setterinherited
isRequire bool
是否显示必填 * 符号,默认非必需项
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showContent bool
是否显示下划线下面的Builder,默认显示
final
showDivider bool
是否显示下划线,默认显示
final
showLabelContent bool
是否显示下划线上面的Builder,默认隐藏
final
showLalelImage bool
是否显示标签图片,默认显示
final
showLeading bool
是否显示左Builder,默认隐藏
final
showTrailing bool
是否显示右Builder,默认隐藏
final
subTitleStyle TextStyle?
左Builder中文本subTitle TextStyle
final
titleStyle TextStyle?
左Builder中文本title TextStyle
final
titleTextMaxLines int
左Builder中文本text显示行数,默认2行
final
trailingIcon Icon?
右Builder Icon
final
trailingIconColor Color
右Builder IconColor 默认: const Color(0xFFC8C9CC)
final
trailingIconData IconData?
右Builder IconData
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