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

draw(Canvas canvas, Paint paint, Offset start, Offset end, {String? startText, String? endText}) → void
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