ModalBarrierLayout constructor
const
ModalBarrierLayout({
- Key? key,
- required RelativeRect position,
- Color? barrierColor,
- BarrierShape? barrierShape,
Implementation
const ModalBarrierLayout({
Key? key,
required this.position,
this.barrierColor,
this.barrierShape,
}) : super(key: key);