builder property

Widget Function(T state, Widget keep(Widget child)) builder
final

Implementation

final Widget Function(
  T state,
  Widget Function(Widget child) keep,
) builder;