ImageBackgroundDrawable constructor

const ImageBackgroundDrawable({
  1. required Image image,
})

Creates a ImageBackgroundDrawable to use an image as a background.

Implementation

const ImageBackgroundDrawable({required this.image});