CustomPopupRoute<T> constructor

CustomPopupRoute<T>({
  1. ThemeData? theme,
  2. int? duration,
  3. bool? dismissible,
  4. double? opacity,
  5. Widget? child,
})

Implementation

CustomPopupRoute({
  this.theme,
  this.duration,
  this.dismissible,
  this.opacity,
  this.child,
});