forceCollapseSecondaryFab method

void forceCollapseSecondaryFab()

forceCollapseSecondaryFab Use this to force collapse the secondary fab. Avoid using this during the animation

Implementation

void forceCollapseSecondaryFab() {
  _controller.reverse();
}