ChatInputWidget constructor

const ChatInputWidget({
  1. Key? key,
  2. required ChatController controller,
})

Implementation

const ChatInputWidget({super.key, required this.controller});