AliceMenuItem constructor

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

Implementation

AliceMenuItem(this.title, this.iconData);