RoundedCornerModalRoute<T> constructor

RoundedCornerModalRoute<T>({
  1. WidgetBuilder? builder,
  2. String? barrierLabel,
  3. Color? color,
  4. double? radius,
  5. bool autoResize = false,
  6. bool dismissOnTap = true,
  7. double? topInset,
  8. RouteSettings? settings,
})

Implementation

RoundedCornerModalRoute({
  this.builder,
  this.barrierLabel,
  this.color,
  this.radius,
  this.autoResize = false,
  this.dismissOnTap = true,
  this.topInset,
  RouteSettings? settings,
}) : super(settings: settings);