builder property

Widget Function(T value) builder
final

Builder function that receives only the current value.

Implementation

final Widget Function(T value) builder;