defaultCardTitleConfig property
Implementation
static CardTitleConfig defaultCardTitleConfig = CardTitleConfig(
titleWithHeightTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextBase,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeHead,
height: 25.0 / 18.0,
fontWeight: FontWeight.w600,
),
titleTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextBase,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeHead,
fontWeight: FontWeight.w600,
),
subtitleTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextSecondary,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
),
detailTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextBase,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
),
accessoryTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextSecondary,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
),
cardTitlePadding: EdgeInsets.only(
top: BaseDefaultConfigUtils.defaultCommonConfig.vSpacingXl,
bottom: BaseDefaultConfigUtils.defaultCommonConfig.vSpacingMd,
),
alignment: PlaceholderAlignment.middle,
cardBackgroundColor: BaseDefaultConfigUtils.defaultCommonConfig.fillBase,
);