alignSwitch method
void
alignSwitch()
Implementation
void alignSwitch() {
if (_animationController.value > 0.5) {
switchTo(true);
} else {
switchTo(false);
}
}
void alignSwitch() {
if (_animationController.value > 0.5) {
switchTo(true);
} else {
switchTo(false);
}
}