builder property

Widget Function(T controller) builder
final

The builder function that returns the widget tree

Implementation

final Widget Function(T controller) builder;