ImageComponent constructor
const
ImageComponent({})
Implementation
const ImageComponent(
{Key? key,
required this.imageSource,
this.isNetworkImage = true,
this.height = 100,
this.width = 100,
this.textSize = 12,
this.edgeInsets = const EdgeInsets.all(10),
this.isCircleImage = false,
this.isImageFromFile})
: super(key: key);