InputBar constructor
const
InputBar({
- Key? key,
- required void onSubmit(
- String text, {
- List<
InputAttachment> attachments,
- required bool isLoading,
Implementation
const InputBar({super.key, required this.onSubmit, required this.isLoading});