BasicCustomPainter constructor
const
BasicCustomPainter({})
Implementation
const BasicCustomPainter({
super.key,
required this.topLeftColor,
required this.topRightColor,
required this.bottomLeftColor,
required this.bottomRightColor,
this.semanticLabel,
});