Footer constructor
const
Footer({
- Key? key,
- TextEditingController? controller,
- VoidCallback? onSend,
Implementation
const Footer({super.key, this.controller, this.onSend});