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