MarkLine class
Constructors
-
MarkLine({SymbolStyle? startSymbol, SymbolStyle? endSymbol, bool touch = false, StyleFun<
int, LabelStyle> ? labelStyle, LineStyle lineStyle = const LineStyle(), int precision = 2, MarkType startMarkType = MarkType.average, MarkType? endMarkType})
Properties
- endMarkType → MarkType?
-
final
- endSymbol → SymbolStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labelStyle
→ StyleFun<
int, LabelStyle> ? -
final
- lineStyle → LineStyle
-
final
- precision → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startMarkType → MarkType
-
final
- startSymbol → SymbolStyle?
-
final
- touch → bool
-
final
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited