setToStart method
override
Resets this controller back to its start.
Implementation
@override
void setToStart() {
_currentIndex = 0;
for (final child in children) {
child.setToStart();
}
}
Resets this controller back to its start.
@override
void setToStart() {
_currentIndex = 0;
for (final child in children) {
child.setToStart();
}
}