ModalPainter constructor
ModalPainter({})
Implementation
ModalPainter({
this.color = Colors.white,
this.radius = 40,
this.vRadiusRatio = 0.8,
this.hRadiusRatio = 1,
this.vHandleRatio = 0.5,
this.hHandleRatio = 0.8,
this.useCubicInterpolation = true,
});