SheetRouteParams constructor

SheetRouteParams({
  1. required Widget child,
})

Implementation

SheetRouteParams({
  required this.child,
});