DrawRect constructor
const
DrawRect({
- Key? key,
- required Color strokeColor,
- required double strokeWidth,
- BorderRadiusGeometry? borderRadius,
- Color? fillColor,
- Gradient? fillGradient,
- Gradient? strokeGradient,
- TooltipSpec? tooltipSpec,
- LabelSpec? labelSpec,
Implementation
const DrawRect({
super.key,
required this.strokeColor,
required this.strokeWidth,
this.borderRadius,
this.fillColor,
this.fillGradient,
this.strokeGradient,
this.tooltipSpec,
this.labelSpec,
});