updateBaseTouchData method

void updateBaseTouchData(
  1. FlTouchData<R>? value
)

Implementation

void updateBaseTouchData(FlTouchData<R>? value) {
  _touchCallback = value?.touchCallback;
  _mouseCursorResolver = value?.mouseCursorResolver;
  _longPressDuration = value?.longPressDuration;
}