Variable Widget._measuredWidth

width measured by measure()

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