builder property

BlocWidgetBuilder<T> builder
final

The builder function which will be invoked when the selected state changes. The builder takes the BuildContext and selected state and must return a widget. This is analogous to the builder function in BlocBuilder.

Implementation

final BlocWidgetBuilder<T> builder;