BrandsSectionItemWidget constructor

const BrandsSectionItemWidget({
  1. Object? model,
  2. Key? key,
})

Implementation

const BrandsSectionItemWidget({
  this.model,
  super.key,
});