ObjectDrawableReselectedNotification constructor

ObjectDrawableReselectedNotification(
  1. ObjectDrawable? drawable
)

Creates a ObjectDrawableReselectedNotification with the given drawable.

Implementation

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