BackgroundImage.image constructor

const BackgroundImage.image(
  1. ImageStyle image
)

Create a background image from an ImageStyle such as url().

Implementation

const factory BackgroundImage.image(ImageStyle image) = _ImageBackgroundImage;