ModalBarrierLayout constructor

const ModalBarrierLayout({
  1. Key? key,
  2. required RelativeRect position,
  3. Color? barrierColor,
  4. BarrierShape? barrierShape,
})

Implementation

const ModalBarrierLayout({
  Key? key,
  required this.position,
  this.barrierColor,
  this.barrierShape,
}) : super(key: key);