Multibot.ai

Results 2 comments of Multibot.ai

I would change multibot_dropdown.dart to return InputDecoration( enabled: widget.enabled, labelText: fieldDecoration.labelText, floatingLabelBehavior: fieldDecoration.floatingLabelBehavior, labelStyle: fieldDecoration.labelStyle, hintText: fieldDecoration.hintText, hintStyle: fieldDecoration.hintStyle, errorText: _formFieldKey.currentState?.errorText, filled: fieldDecoration.backgroundColor != null, fillColor: fieldDecoration.backgroundColor, border: fieldDecoration.border ??...

same issue which I reported [here](https://github.com/livekit/agents/issues/4026)