TLCardTextFieldStyle class

Constructors

TLCardTextFieldStyle({Color color = const Color(0xFFF7F8FA), Color shadowColor = Colors.transparent, double elevation = 0.0, ShapeBorder? shape, double? radius, EdgeInsetsGeometry margin = EdgeInsets.zero, Clip clipBehavior = Clip.hardEdge, int? inputMaxLength, double? minHeight, double? maxHeight, String? hintDisabledText, TLTextFieldStyle? textFieldStyle})
const

Properties

clipBehavior Clip
TLCardTextField 剪切模式 默认值 Clip.hardEdge
final
color Color
TLCardTextField 背景填充颜色 默认值 Color(0xFFF7F8FA)
final
elevation double
TLCardTextField 阴影高度 默认值 0.0
final
hashCode int
The hash code for this object.
no setterinherited
hintDisabledText String?
TLCardTextField disable不可交互模式 在输入框内的提示文字
final
inputMaxLength int?
TLCardTextField TLTextField 格式化文本长度
final
margin EdgeInsetsGeometry
TLCardTextField 外边距 默认值 EdgeInsets.zero
final
maxHeight double?
TLCardTextField TLTextField 最大高度约束
final
minHeight double?
TLCardTextField TLTextField 最小高度约束
final
radius double?
TLCardTextField 圆角弧度
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color
TLCardTextField 阴影颜色 默认值 Colors.transparent
final
shape ShapeBorder?
TLCardTextField 边框 shape属性设置优先级高于radius属性设置
final
textFieldStyle TLTextFieldStyle?
TLCardTextField TLTextField 风格
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