From 43043cc8076db6f21a183d0919e6ad4d46296211 Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Tue, 21 Mar 2023 23:31:33 +0100 Subject: [PATCH] fix code smells --- Sources/bowlin_project/lib/widgets/ingame_widgets.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/bowlin_project/lib/widgets/ingame_widgets.dart b/Sources/bowlin_project/lib/widgets/ingame_widgets.dart index f97994e..1f95c54 100644 --- a/Sources/bowlin_project/lib/widgets/ingame_widgets.dart +++ b/Sources/bowlin_project/lib/widgets/ingame_widgets.dart @@ -166,8 +166,8 @@ class _FinalScoreBoardState extends State { width: 7, color: Color(0xff1ABAE0), ), - primary: Colors.transparent, - onPrimary: Colors.transparent, + foregroundColor: Colors.transparent, + backgroundColor: Colors.transparent, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(55), ),