Variable ImageWidget._drawable

class ImageWidget
{
  // ...
  Ref!(dcanvas.graphics.resources.Drawable) _drawable;
  // ...
}