MenuHistoryState constructor

const MenuHistoryState({
  1. required List<MenuHistory> history,
  2. String? activeHistory,
})

Implementation

const MenuHistoryState({
  required this.history,
  this.activeHistory,
});