backgroundDrawable property

ColorBackgroundDrawable backgroundDrawable

Returns an ColorBackgroundDrawable of the current Color.

Implementation

ColorBackgroundDrawable get backgroundDrawable =>
    ColorBackgroundDrawable(color: this);