SelectedObjectDrawableUpdatedNotification constructor

SelectedObjectDrawableUpdatedNotification(
  1. ObjectDrawable? drawable
)

Creates a SelectedObjectDrawableUpdatedNotification with the given drawable.

Implementation

SelectedObjectDrawableUpdatedNotification(ObjectDrawable? drawable)
    : super(drawable);