TextSpecUtility<T extends Attribute> class
- Inheritance
-
- Object
- MixUtility<
T, TextSpecAttribute> - SpecUtility<
T, TextSpecAttribute> - TextSpecUtility
Constructors
- TextSpecUtility(T builder(TextSpecAttribute))
Properties
-
animated
→ AnimatedUtility<
T> -
no setterinherited
- builder → T Function(TextSpecAttribute)
-
finalinherited
- capitalize → T Function()
-
latefinal
-
directive
→ TextDirectiveUtility<
T> -
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowercase → T Function()
-
latefinal
-
maxLines
→ IntUtility<
T> -
latefinal
-
overflow
→ TextOverflowUtility<
T> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentenceCase → T Function()
-
latefinal
-
softWrap
→ BoolUtility<
T> -
latefinal
-
strutStyle
→ StrutStyleUtility<
T> -
latefinal
-
style
→ TextStyleUtility<
T> -
latefinal
-
textAlign
→ TextAlignUtility<
T> -
latefinal
-
textDirection
→ TextDirectionUtility<
T> -
latefinal
-
textHeightBehavior
→ TextHeightBehaviorUtility<
T> -
latefinal
-
textScaleFactor
→ DoubleUtility<
T> -
latefinal
-
textWidthBasis
→ TextWidthBasisUtility<
T> -
latefinal
- titleCase → T Function()
-
latefinal
- uppercase → T Function()
-
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{TextOverflow? overflow, StrutStyleDto? strutStyle, TextAlign? textAlign, double? textScaleFactor, int? maxLines, TextStyleDto? style, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior, TextDirection? textDirection, bool? softWrap, TextDirective? directive, AnimatedDataDto? animated}) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited