NomoText class

Constructors

NomoText(String text, {dynamic key, dynamic style, dynamic textAlign, dynamic textDirection, dynamic color, dynamic fontWeight, dynamic overflow, int? maxLines, bool? fitHeight, List<double>? fontSizes, double decreaseBy = 1, double minFontSize = 6})
const

Properties

color → dynamic
final
decreaseBy double
final
fitHeight bool?
final
fontSizes List<double>?
final
fontWeight → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
maxLines int?
final
minFontSize double
final
overflow → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → dynamic
final
text String
final
textAlign → dynamic
final
textDirection → dynamic
final

Methods

build(dynamic context) → dynamic
decreaseFontSize(double fontSize) double
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