MenuListContainer constructor
const
MenuListContainer({})
Implementation
const MenuListContainer({
Key? key,
required this.sections,
this.sectionSpace = 30,
this.theme,
this.darkTheme,
}) : super(key: key);