onInit method

  1. @override
void onInit(
  1. Map args
)
override

Implementation

@override
void onInit(Map args) {
  _ticker._muteTicker(!TickerMode.of(context!));
  _anim.initControllers(this, animations);

  super.onInit(args);
}