go method
Navigate to modal route
Implementation
void go(BuildContext context) {
final page = this.page(context);
final theme = ModalRouteTheme.fromRoute(context, this);
PipenRouterConfigs.modalBuilder.builder(context, this, page, theme);
}
Navigate to modal route
void go(BuildContext context) {
final page = this.page(context);
final theme = ModalRouteTheme.fromRoute(context, this);
PipenRouterConfigs.modalBuilder.builder(context, this, page, theme);
}