SafaehDebugAction constructor
const
SafaehDebugAction({
- required String label,
- required IconData icon,
- required VoidCallback onTap,
- String? subtitle,
- bool enabled = true,
Implementation
const SafaehDebugAction({
required this.label,
required this.icon,
required this.onTap,
this.subtitle,
this.enabled = true,
});