MenuHistoryState constructor
const
MenuHistoryState({
- required List<
MenuHistory> history, - String? activeHistory,
Implementation
const MenuHistoryState({
required this.history,
this.activeHistory,
});