Add background images for games
This commit is contained in:
@@ -5,10 +5,7 @@ import 'package:gamer_updater/widgets/game_card.dart';
|
||||
class NewGameCard extends StatelessWidget {
|
||||
final Function(Game) onGameCreated;
|
||||
|
||||
const NewGameCard({
|
||||
super.key,
|
||||
required this.onGameCreated,
|
||||
});
|
||||
const NewGameCard({super.key, required this.onGameCreated});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
@@ -25,4 +22,4 @@ class NewGameCard extends StatelessWidget {
|
||||
onGameUpdated: onGameCreated,
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user