labelLargeTextStyle property

TextStyle labelLargeTextStyle
getter/setter pair

Implementation

static TextStyle  labelLargeTextStyle = TextStyle(
      fontSize: 16,
      fontFamily: inter,
      fontWeight: FontWeight.bold,
      letterSpacing: 0,
      overflow: TextOverflow.ellipsis,
  color: Colors.black,
    );