fix: add const to TextStyle

pull/193/head
arturplaczek 3 years ago
parent 1b91cde0e6
commit fbc760b968

@ -46,7 +46,7 @@ class Backboard extends PositionComponent with HasGameRef {
/// [TextPaint] used on the [Backboard]
static final textPaint = TextPaint(
style: TextStyle(
style: const TextStyle(
fontSize: 6,
color: Colors.white,
fontFamily: PinballFonts.pixeloidSans,

Loading…
Cancel
Save