InfoCardWidget constructor

const InfoCardWidget(
  1. String imagePath,
  2. String title, {
  3. Key? key,
})

Implementation

const InfoCardWidget(
  this.imagePath,
  this.title, {
  super.key,
});