open<T extends Object?> method

Future<T?> open<T extends Object?>(
  1. BuildContext context
)

Implementation

Future<T?> open<T extends Object?>(BuildContext context) => Navigator.push(
    context,
    ss.ModalSheetRoute(builder: Pylon.mirror(context, (context) => this)));