onInitialBuild method

void onInitialBuild(
  1. V viewModel
)

A function that will be run after the Widget is built the first time.

This function is passed the initial ViewModel created by the initViewModel function.

This can be useful for starting certain animations, such as showing Snackbars, after the Widget is built the first time.

Implementation

void onInitialBuild(V viewModel) {}