CommandItem constructor
const
CommandItem({
- Key? key,
- Widget? leading,
- required Widget title,
- Widget? trailing,
- VoidCallback? onTap,
Implementation
const CommandItem({
super.key,
this.leading,
required this.title,
this.trailing,
this.onTap,
});