DisplayCutoutConfig constructor
DisplayCutoutConfig({})
Implementation
DisplayCutoutConfig({
required this.rect,
required this.shape,
this.borderRadius,
this.upperRadius,
this.lowerRadius,
this.cx,
this.cy,
this.radius,
this.contentColor,
});