Footer constructor

const Footer({
  1. Key? key,
  2. TextEditingController? controller,
  3. VoidCallback? onSend,
})

Implementation

const Footer({super.key, this.controller, this.onSend});