handleThumbPressHorizontal method

  1. @override
void handleThumbPressHorizontal()
override

Implementation

@override
void handleThumbPressHorizontal() {
  super.handleThumbPressHorizontal();
  _thicknessAnimationControllerH.forward().then<void>(
        (_) => HapticFeedback.mediumImpact(),
      );
}