labelSmallTextStyle property

TextStyle labelSmallTextStyle
getter/setter pair

Implementation

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