VImgLoading constructor

const VImgLoading({
  1. Key? key,
  2. double width = 20,
  3. double height = 20,
})

Implementation

const VImgLoading({Key? key, this.width = 20, this.height = 20}) : super(key: key);