getBoxHeight method

void getBoxHeight(
  1. Duration time
)

Implementation

void getBoxHeight(Duration time) {
  _boxHeight = _boxKey.currentContext!.size!.width;
  createAnimate();
  startAnimate();
}