instance property

Implementation

static ImageWidgetComponent get instance {
  return _instance ??= ImageWidgetComponent.init();
}