transparent background for logo

This commit is contained in:
Kévin Commaille 2020-12-09 10:55:37 +01:00
parent e7df86baa8
commit cec9629883

View file

@ -5,7 +5,7 @@ class EmptyPage extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: Image.asset('assets/logo.png', width: 100, height: 100),
child: Image.asset('assets/favicon.png', width: 100, height: 100),
),
);
}