onInit abstract method

void onInit(
  1. TickerProvider vsync
)

Override this method to perform setup such as creating animations.

Called only during first initialization.

Implementation

void onInit(TickerProvider vsync);