createTicker method
Creates a ticker with the given callback.
The kind of ticker provided depends on the kind of ticker provider.
Implementation
@override
@protected
Ticker createTicker(TickerCallback onTick) {
return super.createTicker(onTick);
}