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