text_s property

TextStyle text_s
final

Implementation

static final TextStyle text_s = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.normal,
  fontFamily: _fontName,

  height: 1.4,
);