LineChartPointStyle class

Contains various customization options for the point (last available or currently selected by user).

Constructors

LineChartPointStyle({Color innerColor = const Color(0xFF000000), double innerSize = 7, Color outerColor = const Color(0xFFFFFFFF), double outerSize = 17, Color shadowColor = const Color(0x33000000), Offset shadowOffset = const Offset(0, 2), double shadowBlurRadius = 4})
Constructs an instance of LineChartPointStyle.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
innerColor Color
Color of the inner circle.
final
innerPaint Paint
Gets a Paint for the drawing of the inner circle of the point.
no setter
innerSize double
Size (diameter) of the inner circle.
final
outerColor Color
Color of the outer circle.
final
outerPaint Paint
Gets a Paint for the drawing of the outer circle of the point.
no setter
outerSize double
Size (diameter) of the outer circle.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowBlurRadius double
Blur radius of the shadow.
final
shadowColor Color
Shadow color.
final
shadowOffset Offset
Offset of the shadow beneath the outer circle.
final
shadowPaint Paint
Gets a Paint for the drawing of the outer circle shadow of the point.
no setter

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.
override