app bar
This commit is contained in:
@@ -11,11 +11,16 @@ class MainApp extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return const MaterialApp(
|
return MaterialApp(
|
||||||
home: Scaffold(
|
home: Scaffold(
|
||||||
|
appBar: AppBar(
|
||||||
|
title: Align(
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
|
child: Text("Birdle"),
|
||||||
|
),
|
||||||
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
//child: Text('Wow, nice, Hello World!'),
|
child: Tile("A", HitType.hit),
|
||||||
child: Tile("A", .hit),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user