bodySmallTextStyle property

TextStyle bodySmallTextStyle
getter/setter pair

Implementation

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