GameHistoryView anpassen #20
@@ -107,7 +107,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
|
|||||||
itemBuilder: (BuildContext context, int index) {
|
itemBuilder: (BuildContext context, int index) {
|
||||||
if (index == games.length) {
|
if (index == games.length) {
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: MediaQuery.paddingOf(context).bottom - 20,
|
height: MediaQuery.paddingOf(context).bottom - 80,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return GameHistoryTile(game: games[index]);
|
return GameHistoryTile(game: games[index]);
|
||||||
|
gelbeinhalb marked this conversation as resolved
|
|||||||
|
|||||||
Reference in New Issue
Block a user
Es fehlt noch der Create Game Button
Der um ein Match zu erstellen? oder der um ein Game zu erstellen?
Digga xD der Button der zur
CreateGameViewführtBitte customwidthbutton mit breite 0,9 wie bei groupsview machen