CommandGrid constructor
const
CommandGrid({
- Key? key,
- required String logo,
- required String title,
- required List<
CommandModel> commands,
Implementation
const CommandGrid(
{super.key,
required this.logo,
required this.title,
required this.commands});