Style class

Constructors

Style.new()

Properties

activeIconMargin double
margin outside of icon
no setter
activeIconSize double
size of convex icon
no setter
hashCode int
The hash code for this object.
no setterinherited
hideEmptyLabel bool
For styles with both ICON and label, omit the Text widget when label is null/empty
no setterinherited
iconSize double
size of icon
no setter
layoutSize double
layout size are relative to icon size and margin
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
textStyle(Color color, String? fontFamily) TextStyle
style for text label.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited