builder property

Widget? Function(ActiveLayoutInfo layoutInfo) builder
final

The builder function that constructs the widget when this config matches.

Implementation

final Widget? Function(ActiveLayoutInfo layoutInfo) builder;