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