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