builder property

Widget Function(T x) builder
final

The builder function used to generate the widget tree.

Implementation

final Widget Function(T x) builder;