MenuListSection constructor
const
MenuListSection({})
Implementation
const MenuListSection({
Key? key,
this.title = const MenuListSectionTitle(title: ''),
required this.menus,
this.lineIndent = 45,
}) : super(key: key);