CupertinoScaffoldInheirted constructor

const CupertinoScaffoldInheirted({
  1. AnimationController? animation,
  2. required Widget child,
  3. Radius? topRadius,
  4. required Color transitionBackgroundColor,
})

Implementation

const CupertinoScaffoldInheirted({
  this.animation,
  required super.child,
  this.topRadius,
  required this.transitionBackgroundColor,
});