MenuItem<T> constructor

const MenuItem<T>(
  1. String title,
  2. T type
)

Implementation

const MenuItem(this.title, this.type);