HeroImage constructor
const
HeroImage({})
Implementation
const HeroImage({
Key? key,
this.height,
required this.imgPath,
this.id = "",
this.label,
this.fit,
this.useBorder = false,
this.width = double.infinity,
this.isRounded = false,
required this.color,
this.padding = EdgeInsets.zero,
this.margin,
}) : super(key: key);