OverlayShape constructor

const OverlayShape(
  1. OverlayModel model, {
  2. Key? key,
})

Implementation

const OverlayShape(this.model, {Key? key}) : super(key: key);