builder property

Widget Function(Widget seed) builder
final

Function that transforms the seed widget into the final widget.

Implementation

final Widget Function(Widget seed) builder;