backgroundDrawable property

ImageBackgroundDrawable get backgroundDrawable

Returns an ImageBackgroundDrawable of the current Image.

Implementation

ImageBackgroundDrawable get backgroundDrawable =>
    ImageBackgroundDrawable(image: this);