Notification screen

This commit is contained in:
2024-11-23 16:55:23 +08:00
parent 63499df99f
commit 85a1dd3053
9 changed files with 792 additions and 3 deletions

View File

@ -29,7 +29,7 @@ class _AppNavigationDrawerState extends State<AppNavigationDrawer> {
Widget build(BuildContext context) {
final nav = context.watch<NavigationProvider>();
final backgroundColor = ResponsiveBreakpoints.of(context).largerThan(MOBILE)
final backgroundColor = ResponsiveBreakpoints.of(context).largerThan(TABLET)
? Colors.transparent
: null;