EntryPageCard constructor

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

Implementation

EntryPageCard(this.title, this.brief, this.icon, {this.color});