CupertinoModalSheetData constructor

CupertinoModalSheetData({
  1. Offset? anchorPoint,
  2. ImageFilter? imageFilter,
  3. bool? semanticsDismissible,
  4. bool? useRootNavigator,
  5. Color? barrierColor,
  6. bool? barrierDismissible,
  7. RouteSettings? routeSettings,
})

Implementation

CupertinoModalSheetData({
  super.anchorPoint,
  this.imageFilter,
  this.semanticsDismissible,
  this.useRootNavigator,
  this.barrierColor,
  this.barrierDismissible,
  this.routeSettings,
});