TdFormThemeData class
Constructors
- TdFormThemeData({bool? requiredMark, double? labelWidth, TextAlign? labelAlign})
-
const
- TdFormThemeData.fallback()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelAlign → TextAlign?
-
字段标签的对齐方式
final
- labelWidth → double?
-
字段标签的宽度
final
- requiredMark → bool?
-
是否显示必填符号(*)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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