show static method
Implementation
static Future<void> show(
BuildContext context,
Widget child,
) async {
await Trace(
path: sheetPath,
traceRoute: TraceRoute.popup(),
args: SheetRouteParams(child: child),
).push(context);
}
static Future<void> show(
BuildContext context,
Widget child,
) async {
await Trace(
path: sheetPath,
traceRoute: TraceRoute.popup(),
args: SheetRouteParams(child: child),
).push(context);
}