specialButtonTextStyle property Null safety

TextStyle specialButtonTextStyle
final

Implementation

final TextStyle specialButtonTextStyle = const TextStyle(
    fontSize: 42,
    fontFamily: 'KeyLabelFont',
    color: Colors.yellow,
    height: 0.97);