routes property

Map<String, SubViewBuilder>? routes
getter/setter pair

The routing table for the WebF hybrid router.

Maps route paths to Flutter widgets, enabling the hybrid navigation system where routes can be handled by either WebF content or native Flutter components. This allows seamless integration between WebF-rendered content and Flutter widgets.

Implementation

Map<String, SubViewBuilder>? routes;