builder property

Widget Function(Widget child1, Widget child2, Widget child3) builder
final

Returns widget that is intended to rebuild. It exposes the defined child widget.

Implementation

final Widget Function(Widget child1, Widget child2, Widget child3) builder;