CommandGroupProps constructor

const CommandGroupProps({
  1. String? heading,
  2. required List<CommandItemProps> items,
})

Implementation

const CommandGroupProps({
  this.heading,
  required this.items,
});