Update main.dart

add name
This commit is contained in:
Mukaila Semiu 2020-05-19 12:03:53 +01:00
parent e7f29a8d94
commit 8ae8f221cb

View File

@ -7,7 +7,7 @@ void main() {
home: Scaffold(
backgroundColor: Colors.red,
appBar: AppBar(
title: Text('Dicee'),
title: Text('Play Dicee with Semite'),
backgroundColor: Colors.red,
),
body: DicePage(),