routableBuilder property

Widget Function(BuildContext context, Widget? child)? routableBuilder
getter/setter pair

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

Implementation

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