Variable Widget._measuredHeight

height measured by measure()

class Widget
{
  // ...
  int _measuredHeight;
  // ...
}