loaderBuilder property
final
A widget builder invoked while guards run or a redirect occurs.
Receives the current CurrentRoute information.
Implementation
final Widget Function(CurrentRoute currentRoute)? loaderBuilder;
A widget builder invoked while guards run or a redirect occurs.
Receives the current CurrentRoute information.
final Widget Function(CurrentRoute currentRoute)? loaderBuilder;