EntryPageCard constructor

const EntryPageCard(
  1. String title,
  2. String brief,
  3. Widget icon, {
  4. Key? key,
  5. Color? color,
})

Implementation

const EntryPageCard(this.title, this.brief, this.icon, {Key? key, this.color})
    : super(key: key);