Variable DrawableCache._nullDrawable

class DrawableCache
{
  // ...
  Ref!(dcanvas.graphics.resources.Drawable) _nullDrawable;
  // ...
}