CommandToolbar constructor
const
CommandToolbar({
- Key? key,
- required List<
CommandDescriptor> commands,
create a new CommandToolbar
commands
list of commands
Implementation
const CommandToolbar({super.key, required this.commands});