TextUtility class Utilities

Widget:

Utility functions and short utils are listed in Static Methods

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

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

Static Methods

locale(Locale? locale) TextAttributes
Short Utils: locale
maxLines(int? maxLines) TextAttributes
Short Utils: maxLines
overflow(TextOverflow? overflow) TextAttributes
Short Utils: overflow
softWrap(bool? softWrap) TextAttributes
Short Utils: softWrap
strutStyle(StrutStyle? strutStyle) TextAttributes
Short Utils: strutStyle
style(TextStyle? style) TextAttributes
Short Utils: style
textAlign(TextAlign? textAlign) TextAttributes
Short Utils: textAlign
textScaleFactor(double? textScaleFactor) TextAttributes
Short Utils: textScaleFactor
textWidthBasis(TextWidthBasis? textWidthBasis) TextAttributes
Short Utils: textWidthBasis