5 lines
96 B
Dart
5 lines
96 B
Dart
import 'package:flutter/widgets.dart';
|
|
|
|
Widget Chat() {
|
|
return Center(child: Text("Chat"));
|
|
}
|