import 'package:flutter/material.dart'; Widget notifications(context) { return const Center(child: Text("Notifications")); }