text_h4 property

TextStyle text_h4

Implementation

static TextStyle get text_h4 {
  return TextStyleTemplate.t(
      colorOpt: DSColor.text_h4,
      dimenOpt: DSDimen.text_level_4,
      fontFamily: DSFont.h4);
}