BrnRadarChartStyle class

A style contains the properties needed to paint a radar chart.

Constructors

BrnRadarChartStyle({required Color strokeColor, required Color areaColor, double strokeWidth = 3, bool dotted = false, Color? dotColor, double dotRadius = 3})
const

Properties

areaColor Color
The color of the radar covered area.
final
dotColor Color?
The color of the dotted vertexes.
final
dotRadius double
The radius of the dotted circle.
final
dotted bool
Determine whether show dotted vertex of radar.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
The stroke color of the radar's outline.
final
strokeWidth double
The stroke width of the radar's outline.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited