SelectedObjectDrawableUpdatedNotification constructor
SelectedObjectDrawableUpdatedNotification(
- ObjectDrawable? drawable
Creates a SelectedObjectDrawableUpdatedNotification with the given drawable.
Implementation
SelectedObjectDrawableUpdatedNotification(ObjectDrawable? drawable)
: super(drawable);