displayLargeTextStyle property

TextStyle displayLargeTextStyle
getter/setter pair

Implementation

static TextStyle  displayLargeTextStyle = TextStyle(
      fontSize: 48,
      letterSpacing: 0,
      fontWeight: FontWeight.w300,
      overflow: TextOverflow.ellipsis,
      fontFamily: inter,
      color: Colors.black,
    );