RenderBasicCustomPainter constructor
RenderBasicCustomPainter({})
Implementation
RenderBasicCustomPainter({
String? semanticLabel,
required Color topLeftColor,
required Color topRightColor,
required Color bottomLeftColor,
required Color bottomRightColor,
}) : _semanticLabel = semanticLabel,
_topLeftColor = topLeftColor,
_topRightColor = topRightColor,
_bottomLeftColor = bottomLeftColor,
_bottomRightColor = bottomRightColor;