add const
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 49s

This commit is contained in:
2026-05-09 12:34:07 +02:00
parent 6f155182b5
commit f0062dd9d9

View File

@@ -144,7 +144,7 @@ class _MatchResultViewState extends State<MatchResultView> {
});
},
child: ListView.builder(
physics: NeverScrollableScrollPhysics(),
physics: const NeverScrollableScrollPhysics(),
itemCount: allPlayers.length,
itemBuilder: (context, index) {
return CustomRadioListTile(