JuiButtonSizeConfig class

按钮尺寸配置类

Constructors

JuiButtonSizeConfig.new({required double height, required double fontSize, required double padding})
创建一个按钮尺寸配置对象
const

Properties

fontSize double
按钮字体大小
final
hashCode int
The hash code for this object.
no setterinherited
height double
按钮的高度
final
padding double
按钮左右内边距
final
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