whatever
This commit is contained in:
15
lib/screens/Excursion/excursion_main.dart
Normal file
15
lib/screens/Excursion/excursion_main.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
class ExcursionMain extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text("Titlebar")
|
||||
),
|
||||
body: Column(
|
||||
children: [
|
||||
|
||||
]
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user