defaultAbnormalStateConfig property

AbnormalStateConfig defaultAbnormalStateConfig
getter/setter pair

Implementation

static AbnormalStateConfig defaultAbnormalStateConfig = AbnormalStateConfig(
  titleTextStyle: BaseTextStyle(
    color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextBase,
    fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeSubHead,
    fontWeight: FontWeight.w600,
  ),
  contentTextStyle: BaseTextStyle(
    color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextHint,
    fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
  ),
  operateTextStyle: BaseTextStyle(
    color: BaseDefaultConfigUtils.defaultCommonConfig.brandPrimary,
    fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
  ),
  btnRadius: 4,
  doubleTextStyle: BaseTextStyle(
    color: BaseDefaultConfigUtils.defaultCommonConfig.brandPrimary,
    fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeSubHead,
  ),
  singleTextStyle: BaseTextStyle(
    color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextBaseInverse,
    fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeSubHead,
  ),
  singleMinWidth: 160.0,
  doubleMinWidth: 120.0,
);