go method

void go(
  1. BuildContext context
)

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);
}