ImageBackgroundDrawable constructor
const
ImageBackgroundDrawable({
- required Image image,
Creates a ImageBackgroundDrawable to use an image as a background.
Implementation
const ImageBackgroundDrawable({required this.image});