UploadImageTile constructor
const
UploadImageTile({
- Key? key,
- String? imageUrl,
- Widget placeholder = const SizedBox.shrink(),
- BorderRadius? borderRadius,
Implementation
const UploadImageTile({
super.key,
this.imageUrl,
this.placeholder = const SizedBox.shrink(),
this.borderRadius,
});