builder property

LidWidgetBuilder<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 LidBuilder.

Implementation

final LidWidgetBuilder<T> builder;