TButtonSizeData class

Constructors

TButtonSizeData({required double minW, required double minH, required double hPad, required double vPad, required double font, required double icon, required double spacing})
TButtonSizeData.from(TButtonSize size)
factory

Properties

font double
final
hashCode int
The hash code for this object.
no setterinherited
hPad double
final
icon double
final
minH double
final
minW double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
final
vPad double
final

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