ButtonConfig class
按钮基础配置
- Inheritance
-
- Object
- BaseConfig
- ButtonConfig
Constructors
Properties
- bigButtonFontSize → double
-
no setter
- bigButtonHeight → double
-
no setter
- bigButtonRadius → double
-
no setter
- commonConfig → BaseCommonConfig
-
no setterinherited
- configId → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smallButtonFontSize → double
-
no setter
- smallButtonHeight → double
-
no setter
- smallButtonRadius → double
-
no setter
Methods
-
copyWith(
{double? bigButtonRadius, double? bigButtonHeight, double? bigButtonFontSize, double? smallButtonRadius, double? smallButtonHeight, double? smallButtonFontSize}) → ButtonConfig -
initThemeConfig(
String configId, {BaseCommonConfig? currentLevelCommonConfig}) → void -
部分代码示意如下:
override
-
initThemeConfigPersonal(
) → void -
当自定义组件的配置时调用
根据自定义时传入的
configId
对配置字段打平inherited -
merge(
ButtonConfig? other) → ButtonConfig -
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