text_h1 property

TextStyle text_h1

Implementation

static TextStyle get text_h1 {
  return TextStyleTemplate.t(
      colorOpt: DSColor.text_h1,
      dimenOpt: DSDimen.text_level_1,
      fontFamily: DSFont.h1);
}