TextCustomization class
Constructors
- TextCustomization({TextStyle? style, TextAlign? textAlign, TextDirection? textDirection, double? textScaleFactor, Locale? locale, String? semanticsLabel})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → Locale?
-
provide the locale for your
text
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticsLabel → String?
-
provide the semanticsLabel for your
text
.final - style → TextStyle?
-
provide your main
text
style.final - textAlign → TextAlign?
-
provide the alignment for your main
text
.final - textDirection → TextDirection?
-
provide the direction for your main
text
whether ltr and rtl.final - textScaleFactor → double?
-
provide the textScaleFactor for your main
text
.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