Variable Widget._backgroundDrawable

class Widget
{
  // ...
  Ref!(dcanvas.graphics.resources.Drawable) _backgroundDrawable;
  // ...
}