UploadImageTile constructor

const UploadImageTile({
  1. Key? key,
  2. String? imageUrl,
})

Implementation

const UploadImageTile({super.key, this.imageUrl});