text_h3 property

TextStyle text_h3

Implementation

static TextStyle get text_h3 {
  return TextStyleTemplate.t(
      colorOpt: DSColor.text_h3,
      dimenOpt: DSDimen.text_level_3,
      fontFamily: DSFont.h3);
}