composerContainerBuilder property

Widget Function(BuildContext context, Widget textField, bool isFocused)? composerContainerBuilder
final

Wraps the composer's text field with its container chrome (background, border radius, padding, shadow, etc). Defaults to a plain white rounded card if not provided.

Implementation

final Widget Function(BuildContext context, Widget textField, bool isFocused)?
composerContainerBuilder;