CommandBarButton constructor
const
CommandBarButton({})
Creates a command bar button
Implementation
const CommandBarButton({
required this.onPressed,
super.key,
this.icon,
this.label,
this.subtitle,
this.trailing,
this.onLongPress,
this.focusNode,
this.autofocus = false,
this.tooltip,
this.closeAfterClick = true,
});