SizeConfig class
버튼 사이즈 설정
Constructors
- SizeConfig({required double height, required double fontSize, required double iconSize, required double spacing, required EdgeInsets padding})
-
const
Properties
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
Static Methods
-
of(
ButtonSize size) → SizeConfig