loaderBuilder property

Widget Function(CurrentRoute currentRoute)? loaderBuilder
final

A widget builder invoked while guards run or a redirect occurs.

Receives the current CurrentRoute information.

Implementation

final Widget Function(CurrentRoute currentRoute)? loaderBuilder;