ShellAction constructor
const
ShellAction({
- IconData? icon,
- String? label,
- VoidCallback? onTap,
- String? tooltip,
- bool isPrimary = false,
- bool enabled = true,
- WidgetBuilder? builder,
Implementation
const ShellAction({
this.icon,
this.label,
this.onTap,
this.tooltip,
this.isPrimary = false,
this.enabled = true,
this.builder,
});