text_xs property

TextStyle text_xs
final

Implementation

static final TextStyle text_xs = TextStyle(
  fontSize: 10,
  fontWeight: FontWeight.w500,
  fontFamily: _fontName,

  height: 1.4,
);