ChuckMenuItem constructor

ChuckMenuItem(
  1. String title,
  2. IconData iconData
)

Implementation

ChuckMenuItem(this.title, this.iconData);