RoundedRectSymbolRenderer class
Rounded rectangular symbol with corners having radius.
- Inheritance
-
- Object
- SymbolRenderer
- RoundedRectSymbolRenderer
Constructors
- RoundedRectSymbolRenderer({bool isSolid = true, double? radius})
Properties
Methods
-
getSolidFillColor(
Color? fillColor) → Color? -
inherited
-
getSolidStrokeWidthPx(
double? strokeWidthPx) → double? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
ChartCanvas canvas, Rectangle< num> bounds, {List<int> ? dashPattern, Color? fillColor, FillPatternType? fillPattern, Color? strokeColor, double? strokeWidthPx}) → void -
override
-
shouldRepaint(
covariant RoundedRectSymbolRenderer oldRenderer) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override