onMeasured method
Implementation
onMeasured(Size size, {dynamic data}) {
height ??= size.height;
width ??= size.width;
setState(() {});
}
onMeasured(Size size, {dynamic data}) {
height ??= size.height;
width ??= size.width;
setState(() {});
}