EnhanceNumberCardConfig class
强化数字展示组件配置
- Inheritance
-
- Object
- BaseConfig
- EnhanceNumberCardConfig
Constructors
- EnhanceNumberCardConfig({double? runningSpace, double? itemRunningSpace, BaseTextStyle? titleTextStyle, BaseTextStyle? descTextStyle, double? dividerWidth, String configId = GLOBAL_CONFIG_ID})
- 遵循外部主题配置 默认为 BaseEnhanceNumberConfigUtils.defaultEnhanceNumberInfoConfig
Properties
- commonConfig → BaseCommonConfig
-
no setterinherited
- configId → String
-
no setterinherited
- descTextStyle → BaseTextStyle
-
no setter
- dividerWidth → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemRunningSpace → double
-
no setter
- runningSpace → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleTextStyle → BaseTextStyle
-
no setter
Methods
-
copyWith(
{double? runningSpace, double? itemRunningSpace, double? dividerWidth, BaseTextStyle? titleTextStyle, BaseTextStyle? descTextStyle}) → EnhanceNumberCardConfig -
initThemeConfig(
String configId, {BaseCommonConfig? currentLevelCommonConfig}) → void -
部分代码示意如下:
override
-
initThemeConfigPersonal(
) → void -
当自定义组件的配置时调用
根据自定义时传入的
configId
对配置字段打平inherited -
merge(
EnhanceNumberCardConfig? other) → EnhanceNumberCardConfig -
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