builder property
Arranges the (animation-wrapped) children into a layout.
Implementation
final Widget Function(BuildContext context, List<Widget> children) builder;
Arranges the (animation-wrapped) children into a layout.
final Widget Function(BuildContext context, List<Widget> children) builder;