dispose method
Releases the autoscroll ticker. Call from the owning widget's
dispose.
Implementation
@override
void dispose() {
_autoScrollTicker.dispose();
super.dispose();
}
Releases the autoscroll ticker. Call from the owning widget's
dispose.
@override
void dispose() {
_autoScrollTicker.dispose();
super.dispose();
}