TextConfig class

Constructors

TextConfig({TextStyle? p, TextStyle? h1, TextStyle? h2, TextStyle? h3, TextStyle? h4, TextStyle? h5, TextStyle? h6})

Properties

h1 TextStyle
final
h2 TextStyle
final
h3 TextStyle
final
h4 TextStyle
final
h5 TextStyle
final
h6 TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
p TextStyle
final
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