add const
This commit is contained in:
@@ -144,7 +144,7 @@ class _MatchResultViewState extends State<MatchResultView> {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
physics: NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
itemCount: allPlayers.length,
|
itemCount: allPlayers.length,
|
||||||
itemBuilder: (context, index) {
|
itemBuilder: (context, index) {
|
||||||
return CustomRadioListTile(
|
return CustomRadioListTile(
|
||||||
|
|||||||
Reference in New Issue
Block a user