builder property

Widget Function(BuildContext, T) builder
final

Builder function which provides the latest value of the state.

Implementation

final Widget Function(BuildContext, T) builder;