BrandImageWidget constructor

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

Implementation

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