theming!!!
This commit is contained in:
parent
839bb0bbde
commit
c63f062640
12 changed files with 118 additions and 63 deletions
5
lib/pages/notifications/notifications.dart
Normal file
5
lib/pages/notifications/notifications.dart
Normal file
|
@ -0,0 +1,5 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
Widget notifications(context) {
|
||||
return const Center(child: Text("Notifications"));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue