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