builder property

Widget Function(State) builder
final

The builder function which will be invoked on each widget build. The builder takes the current state and must return a widget.

Implementation

final Widget Function(State) builder;