getWidgetHeight function
Implementation
double getWidgetHeight(GlobalKey key) {
RenderBox box = key.currentContext!.findRenderObject() as RenderBox;
return box.size.height;
}
double getWidgetHeight(GlobalKey key) {
RenderBox box = key.currentContext!.findRenderObject() as RenderBox;
return box.size.height;
}