scoreNumberStyleSmall top-level property

TextStyle scoreNumberStyleSmall
getter/setter pair

Implementation

TextStyle scoreNumberStyleSmall = const TextStyle(
    fontSize: 20,
    fontWeight: FontWeight.w800,
    color: Color.fromRGBO(32, 111, 162, 1));