loris/lib/pages/chat/ chat.dart

6 lines
96 B
Dart

import 'package:flutter/widgets.dart';
Widget Chat() {
return Center(child: Text("Chat"));
}