builder property

Widget Function(ValueChanged<T?> ) builder
final

Builder function that creates the widget.

Implementation

final Widget Function(ValueChanged<T?>) builder;