builder property

Widget? Function(ActiveLayoutInfo) builder
final

The function that builds the widget for this slot if the condition is met.

Implementation

final Widget? Function(ActiveLayoutInfo) builder;