routableBuilder property

Widget Function(BuildContext context, Widget? child)? get routableBuilder

Wrap the entire Patapata Navigator-related application, enabling the use of page transition-related functionalities through a function.

Implementation

Widget Function(BuildContext context, Widget? child)? get routableBuilder;