initMomentumState method

  1. @protected
void initMomentumState()

A callback that is called before build(...). You can call any functions here that requires BuildContext. Only called once within the lifecycle of this State.

Implementation

@protected
void initMomentumState() {}