syncfusion_flutter_charts
charts
TrackballBehavior
onTouchUp method
onTouchUp
syncfusion_flutter_charts
charts
TrackballBehavior
onTouchUp method
TrackballBehavior class
Constructors
TrackballBehavior
Properties
activationMode
enable
lineColor
lineDashArray
lineType
lineWidth
shouldAlwaysShow
tooltipAlignment
tooltipDisplayMode
tooltipSettings
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
Performs the touch-up action.
Implementation
@override void onTouchUp(double xPos, double yPos) { hide(); }