labelSmallTextStyle property
Implementation
static TextStyle labelSmallTextStyle = TextStyle(
fontSize: 10,
fontFamily: robotoCondensed,
fontWeight: FontWeight.bold,
letterSpacing: 0,
overflow: TextOverflow.ellipsis,
color: Colors.black,
);