syncfusion_flutter_charts
charts
CrosshairBehavior
onTouchUp method
onTouchUp
syncfusion_flutter_charts
charts
CrosshairBehavior
onTouchUp method
CrosshairBehavior class
Constructors
CrosshairBehavior
Properties
activationMode
enable
lineColor
lineDashArray
lineType
lineWidth
shouldAlwaysShow
hashCode
runtimeType
Methods
hide
onDoubleTap
onLongPress
onPaint
onTouchDown
onTouchMove
onTouchUp
show
noSuchMethod
toString
Operators
operator ==
onTouchUp
method
@override
void
onTouchUp
(
double
xPos
,
double
yPos
)
override
Enables the crosshair on touch up.
Implementation
@override void onTouchUp(double xPos, double yPos) { hide(); }