scoreNumberStyle top-level property

TextStyle scoreNumberStyle
getter/setter pair

Implementation

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