GeneralModalOptions constructor

const GeneralModalOptions({
  1. bool useRootNavigator = true,
  2. Color barrierColor = kCupertinoModalBarrierColor,
  3. bool barrierDismissible = true,
  4. Offset? anchorPoint,
  5. RouteSettings? routeSettings,
})

Implementation

const GeneralModalOptions({
  this.useRootNavigator = true,
  this.barrierColor = kCupertinoModalBarrierColor,
  this.barrierDismissible = true,
  this.anchorPoint,
  this.routeSettings,
});