BrnCardTitleConfig class

卡片标题 配置类

Inheritance

Constructors

BrnCardTitleConfig({BrnTextStyle? titleWithHeightTextStyle, BrnTextStyle? detailTextStyle, BrnTextStyle? accessoryTextStyle, EdgeInsets? cardTitlePadding, BrnTextStyle? titleTextStyle, BrnTextStyle? subtitleTextStyle, PlaceholderAlignment? alignment, Color? cardBackgroundColor, String configId = GLOBAL_CONFIG_ID})

Properties

accessoryTextStyle BrnTextStyle
no setter
alignment PlaceholderAlignment
no setter
cardBackgroundColor Color
no setter
cardTitlePadding EdgeInsets
no setter
commonConfig BrnCommonConfig
no setterinherited
configId String
no setterinherited
detailTextStyle BrnTextStyle
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 BrnTextStyle
no setter
titleTextStyle BrnTextStyle
no setter
titleWithHeightTextStyle BrnTextStyle
no setter

Methods

copyWith({EdgeInsets? cardTitlePadding, BrnTextStyle? titleWithHeightTextStyle, BrnTextStyle? titleTextStyle, BrnTextStyle? subtitleTextStyle, BrnTextStyle? detailTextStyle, BrnTextStyle? accessoryTextStyle, PlaceholderAlignment? alignment, Color? cardBackgroundColor}) BrnCardTitleConfig
initThemeConfig(String configId, {BrnCommonConfig? currentLevelCommonConfig}) → void
cardTitleConfig 获取逻辑详见 BrnThemeConfigurator.getConfig 方法
override
initThemeConfigPersonal() → void
当自定义组件的配置时调用 根据自定义时传入的 configId 对配置字段打平
inherited
merge(BrnCardTitleConfig? other) BrnCardTitleConfig
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