AppText class

Available extensions

Constructors

AppText()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

align(TextAlign? value) AppText

Available on AppText, provided by the AppTextTextAlignEx extension

direction(TextDirection? value) AppText

Available on AppText, provided by the AppTextTextDirectionEx extension

isSoftWrap(bool? value) AppText

Available on AppText, provided by the AppTextSoftWrapEx extension

localed(Locale? value) AppText

Available on AppText, provided by the AppTextLocaleEx extension

make() Text
makeRich() Text
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textStyle(TextStyle? value) AppText

Available on AppText, provided by the AppTextStyleEx extension

toString() String
A string representation of this object.
inherited
withMaxLine(int? value) AppText

Available on AppText, provided by the AppTextMaxLinesEx extension

withSelectionColor(Color? value) AppText

Available on AppText, provided by the AppTextColorEx extension

withSemanticsLabel(String? value) AppText

Available on AppText, provided by the AppTextSemanticsLabelEx extension

withStrutStyle(StrutStyle? value) AppText

Available on AppText, provided by the AppTextStrutStyleEx extension

withTextHeightBehavior(TextHeightBehavior? value) AppText

Available on AppText, provided by the AppTextTextHeightBehaviorEx extension

withTextScaler(TextScaler? value) AppText

Available on AppText, provided by the AppTextTextScalerEx extension

withTextWidthBasis(TextWidthBasis? value) AppText

Available on AppText, provided by the AppTextTextWidthBasisEx extension

Operators

operator ==(Object other) bool
The equality operator.
inherited