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