BackgroundImageView constructor

const BackgroundImageView({
  1. Key? key,
})

Implementation

const BackgroundImageView({
  super.key,
});