docs: documented game_over_dialog.dart

pull/29/head
alestiago 4 years ago
parent c21cad8334
commit 4a8061f9b0

@ -1,6 +1,11 @@
import 'package:flutter/material.dart';
import 'package:pinball/game/game.dart';
/// {@template game_over_dialog}
/// [Dialog] displayed when the [PinballGame] is over.
/// {@endtemplate}
class GameOverDialog extends StatelessWidget {
/// {@macro game_over_dialog}
const GameOverDialog({Key? key}) : super(key: key);
@override

Loading…
Cancel
Save