Bottom Navigation Destination

This commit is contained in:
2021-03-18 01:25:41 +02:00
parent b3eb71b4e8
commit 13046d20c6
6 changed files with 57 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
import 'package:flutter/material.dart';
class HomeView extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container();
}
}