text_h2 property

TextStyle text_h2

Implementation

static TextStyle get text_h2 {
  return TextStyleTemplate.t(
      colorOpt: DSColor.text_h2,
      dimenOpt: DSDimen.text_level_2,
      fontFamily: DSFont.h2);
}