forceExpandSecondaryFab method

void forceExpandSecondaryFab()

forceExpandSecondaryFab Use this to force animate expand the secondary fab Avoid using this during the animation

Implementation

void forceExpandSecondaryFab() {
  _controller.forward();
}