DiveSubMenu constructor

DiveSubMenu(
  1. String title,
  2. List<Map<String, Object?>> popupItems, {
  3. void onSelected(
    1. Map<String, Object?> item
    )?,
  4. void onCanceled()?,
})

Implementation

DiveSubMenu(this.title, this.popupItems, {this.onSelected, this.onCanceled});