CardTitleConfig class
卡片标题 配置类
- Inheritance
-
- Object
- BaseConfig
- CardTitleConfig
Constructors
- CardTitleConfig({BaseTextStyle? titleWithHeightTextStyle, BaseTextStyle? detailTextStyle, BaseTextStyle? accessoryTextStyle, EdgeInsets? cardTitlePadding, BaseTextStyle? titleTextStyle, BaseTextStyle? subtitleTextStyle, PlaceholderAlignment? alignment, Color? cardBackgroundColor, String configId = GLOBAL_CONFIG_ID})
Properties
- accessoryTextStyle → BaseTextStyle
-
no setter
- alignment → PlaceholderAlignment
-
no setter
- cardBackgroundColor → Color
-
no setter
- cardTitlePadding → EdgeInsets
-
no setter
- commonConfig → BaseCommonConfig
-
no setterinherited
- configId → String
-
no setterinherited
- detailTextStyle → BaseTextStyle
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitleTextStyle → BaseTextStyle
-
no setter
- titleTextStyle → BaseTextStyle
-
no setter
- titleWithHeightTextStyle → BaseTextStyle
-
no setter
Methods
-
copyWith(
{EdgeInsets? cardTitlePadding, BaseTextStyle? titleWithHeightTextStyle, BaseTextStyle? titleTextStyle, BaseTextStyle? subtitleTextStyle, BaseTextStyle? detailTextStyle, BaseTextStyle? accessoryTextStyle, PlaceholderAlignment? alignment, Color? cardBackgroundColor}) → CardTitleConfig -
initThemeConfig(
String configId, {BaseCommonConfig? currentLevelCommonConfig}) → void -
cardTitleConfig 获取逻辑详见
BrnThemeConfigurator.getConfig
方法override -
initThemeConfigPersonal(
) → void -
当自定义组件的配置时调用
根据自定义时传入的
configId
对配置字段打平inherited -
merge(
CardTitleConfig? other) → CardTitleConfig -
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