TextStyles class

Constructors

TextStyles.new()

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

invoiceInfoLarge(Font font, {double fontSize = 24}) → TextStyle
invoiceInfoMedium(Font font, {double fontSize = 16}) → TextStyle
invoiceInfoSmall(Font font, {double fontSize = 12}) → TextStyle
invoiceInfoSmallWhite(Font font, {double fontSize = 12}) → TextStyle
tableContent(Font font, {double fontSize = 10}) → TextStyle
tableHeader(Font font, {double fontSize = 12}) → TextStyle
valueLabels(Font font, {double fontSize = 14}) → TextStyle
values(Font font, {double fontSize = 14}) → TextStyle