displaySmallTextStyle property

TextStyle displaySmallTextStyle
getter/setter pair

Implementation

static TextStyle  displaySmallTextStyle = TextStyle(
      fontSize: 24,
      letterSpacing: 0,
      fontWeight: FontWeight.w300,
      overflow: TextOverflow.ellipsis,
      fontFamily: inter,
  color: Colors.black,

);