textFieldDecoratorBuilder property

Widget Function(BuildContext context)? textFieldDecoratorBuilder
final

Customize text field decorator. A widget to display at the bottom left of the screen. text field will be focused when tap it.

Implementation

final Widget Function(BuildContext context)? textFieldDecoratorBuilder;