builder property

  1. @required
Widget Function(T) builder
final

The function that builds the UI component using the provided controller.

Implementation

@required
final Widget Function(T) builder;