cleared console problems
This commit is contained in:
@@ -11,7 +11,7 @@ class NotificationScreen extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
SizeConfig.init(context);
|
||||
return ResponsiveBuilder(
|
||||
return const ResponsiveBuilder(
|
||||
mobile: MobileNotificationPage(),
|
||||
tablet: TabletNotificationPage(),
|
||||
desktop: DesktopNotificationPage(),
|
||||
|
||||
Reference in New Issue
Block a user