CommandGroup constructor
const
CommandGroup({
- String? heading,
- required List<
CommandItem> items,
Implementation
const CommandGroup({
this.heading,
required this.items,
});