Commit 5c2323fc authored by Siva Annamalai's avatar Siva Annamalai Committed by Siva

address review comment.

parent 337ad9dc
......@@ -233,7 +233,7 @@ abstract class TickerProviderStateMixin<T extends StatefulWidget> extends State<
class _WidgetTicker extends Ticker {
_WidgetTicker(TickerCallback onTick, this._creator, { String debugLabel }) : super(onTick, debugLabel: debugLabel);
final TickerProviderStateMixin<StatefulWidget> _creator;
final TickerProviderStateMixin _creator;
@override
void dispose() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment