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, Color dropLineColor = const Color(0xFFFFFFFF), double dropLineStroke = 1, double dropLineDashSize = 2, double dropLineGapSize = 2, Color tooltipColor = const Color(0xFFFFFFFF), TextStyle tooltipTitleStyle = defaultTooltipTitleStyle, TextStyle tooltipSubtitleStyle = defaultTooltipSubtitleStyle, EdgeInsets tooltipPadding = defaultTooltipPadding, double tooltipSpacing = 2, double tooltipRadius = 8, double tooltipTriangleWidth = 12, double tooltipTriangleHeight = 5, Color tooltipShadowColor = const Color(0xFF000000), double tooltipShadowElevation = 4, double tooltipBottomMargin = 6})
Constructs an instance of LineChartPointStyle.
const

Properties

dropLineColor Color
Color of the drop line.
final
dropLineDashSize double
Dash size of the drop line.
final
dropLineGapSize double
Gap size of the drop line.
final
dropLinePaint Paint
Gets a Paint for the drop line drawing.
no setter
dropLineStroke double
Stroke of the drop line.
final
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
tooltipBottomMargin double
Bottom margin of the tooltip.
final
tooltipColor Color
Color of the tooltip.
final
tooltipHeight double
Gets size of the tooltip based on following:
no setter
tooltipHorizontalOverflowWidth double
Gets horizontal overflow width of the tooltip based on following:
no setter
tooltipPadding EdgeInsets
Padding around title and subtitle of the tooltip.
final
tooltipPaint Paint
Gets a Paint for the tooltip drawing.
no setter
tooltipRadius double
Circular radius of the tooltip.
final
tooltipShadowColor Color
Shadow color of the tooltip.
final
tooltipShadowElevation double
Elevation of the tooltip.
final
tooltipSpacing double
Spacing between title and subtitle of the tooltip.
final
tooltipSubtitleStyle TextStyle
Subtitle style of the tooltip.
final
tooltipTitleStyle TextStyle
Title style of the tooltip.
final
tooltipTriangleHeight double
Height of the tooltip triangle.
final
tooltipTriangleWidth double
Width of the tooltip triangle.
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.
override