DefText class

Constructors

DefText(String text, {int? maxLine, Color color = Colors.black, double opacity = 1, FontStyle fontStyle = FontStyle.normal, FontWeight fontWeight = FontWeight.normal, TextAlign? textAlign})

Properties

color Color
final
extraLarge Text
no setter
extraSmall Text
no setter
fontStyle FontStyle
final
fontWeight FontWeight
final
hashCode int
The hash code for this object.
no setterinherited
large Text
no setter
maxLine int?
final
normal Text
no setter
opacity double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semilarge Text
no setter
semiSmall Text
no setter
small Text
no setter
text String
final
textAlign TextAlign?
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