TImageUploader constructor
const
TImageUploader({})
Implementation
const TImageUploader({
super.key,
this.image,
this.onIconButtonPressed,
this.memoryImage,
this.width = 100,
this.height = 100,
required this.imageType,
this.circular = false,
this.icon = Iconsax.edit_2,
this.top,
this.bottom = 0,
this.right,
this.left = 0,
this.loading = false,
});