builder property

Widget Function(T value) builder
final

Builds the UI with the current value.

Implementation

final Widget Function(T value) builder;