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