defaultBuilder property
A default builder to use if no configs match. If null and no configs match, no widget is built.
Implementation
final Widget? Function(ActiveLayoutInfo layoutInfo)? defaultBuilder;
A default builder to use if no configs match. If null and no configs match, no widget is built.
final Widget? Function(ActiveLayoutInfo layoutInfo)? defaultBuilder;