CenterPopView constructor

const CenterPopView(
  1. Widget child, {
  2. bool barrierDismissible = false,
  3. void onClose(
    1. BuildContext
    )?,
  4. Key? key,
})

Implementation

const CenterPopView(this.child, {this.barrierDismissible = false, this.onClose, Key? key}) : super(key: key);