This commit is contained in:
Михаил Капелько
2026-06-02 18:45:07 +03:00
parent 2250fca004
commit f0f229d566

View File

@@ -11,11 +11,16 @@ class MainApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return const MaterialApp(
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Align(
alignment: Alignment.centerLeft,
child: Text("Birdle"),
),
),
body: Center(
//child: Text('Wow, nice, Hello World!'),
child: Tile("A", .hit),
child: Tile("A", HitType.hit),
),
),
);