FluentPolarResolvedPoint class

A data point with its resolved colour (PolarChart.tsx:131-136).

Annotations

Constructors

FluentPolarResolvedPoint({required FluentPolarDataPoint point, required Color color})
Creates a resolved point.
const

Properties

color Color
The point's own colour, falling back to the series colour.
final
hashCode int
The hash code for this object.
no setterinherited
point FluentPolarDataPoint
The caller's data point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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