LabelStyle class

Constructors

LabelStyle({Color color = Colors.black87, int? fontSize = 12, FontWeight fontWeight = FontWeight.normal, double? lineHeight})
const

Properties

color Color
line color
default: Colors.black87
final
fontSize int?
text font size
default: 12
final
fontWeight FontWeight
weight of text, thickness of text
final
hashCode int
The hash code for this object.
no setterinherited
lineHeight double?
such as height inside Flutter TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRender() → TextStyleSpec
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