ChartSelectStyle class

Constructors

ChartSelectStyle.new({BorderRadius radius = BorderRadius.zero, EdgeInsets padding = const EdgeInsets.all(4), EdgeInsets margin = const EdgeInsets.only(top: 25, left: 4), double fontSize = 10, double? width, ChartSelectColors colors = const ChartSelectColors(), ChartCrossLineStyle x = const ChartCrossLineStyle(), ChartCrossLineStyle y = const ChartCrossLineStyle(), ChartCrossDotStyle dot = const ChartCrossDotStyle()})
const

Properties

colors ChartSelectColors
final
dot ChartCrossDotStyle
final
fontSize double
Font size of every text in container.
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsets
Selected info container margin.
final
padding EdgeInsets
Container padding.
final
radius BorderRadius
Container border radius.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
Container width. If not set, will use screen width / 3.
final
x ChartCrossLineStyle
Cross x line style when select dot.
final
y ChartCrossLineStyle
Cross y line style when select dot.
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