InternalStyle class

Internal style configuration.

Inheritance

Constructors

InternalStyle.new()

Properties

activeIconMargin double
margin outside of icon
no setteroverride
activeIconSize double
size of convex icon
no setteroverride
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 setteroverride
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.
override
toString() String
A string representation of this object.
inherited

Operators

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