button_small property

TextStyle button_small

Implementation

static TextStyle get button_small {
  return TextStyleTemplate.t(
      colorOpt: DSColor.ds_button_small_text,
      dimenOpt: DSDimen.ds_button_small_corner,
      fontFamily: DSFont.button_small);
}