open static method
Opens a bottom sheet by pushing a BottomSheetRoute onto the navigation stack.
Implementation
static void open(BuildContext context, Widget body) {
Navigator.push(context, BottomSheetRoute(body: body, config: config));
}
Opens a bottom sheet by pushing a BottomSheetRoute onto the navigation stack.
static void open(BuildContext context, Widget body) {
Navigator.push(context, BottomSheetRoute(body: body, config: config));
}