CNPullDownMenuSubmenu constructor
const
CNPullDownMenuSubmenu({
- required String title,
- required List<
CNPullDownMenuEntry> items, - CNSymbol? icon,
- String? subtitle,
Creates a submenu with its own items.
Implementation
const CNPullDownMenuSubmenu({
required this.title,
required this.items,
this.icon,
this.subtitle,
});