ItemModel constructor

ItemModel(
  1. String name,
  2. String title,
  3. IconData icon
)

Implementation

ItemModel(this.name, this.title, this.icon);