text_xs property
Implementation
static final TextStyle text_xs = TextStyle(
fontSize: 10,
fontWeight: FontWeight.w500,
fontFamily: _fontName,
height: 1.4,
);
static final TextStyle text_xs = TextStyle(
fontSize: 10,
fontWeight: FontWeight.w500,
fontFamily: _fontName,
height: 1.4,
);