UploadingNowImage constructor

UploadingNowImage({
  1. double? width,
  2. double? height,
  3. Color? color,
  4. double? fullSize,
  5. Key? key,
})

Implementation

UploadingNowImage(
    {this.width, this.height, this.color, this.fullSize, Key? key})
    : super(key: key);