SafaehDebugQuickActionTile.fromAction constructor
SafaehDebugQuickActionTile.fromAction(
- SafaehDebugQuickAction action
Implementation
factory SafaehDebugQuickActionTile.fromAction(SafaehDebugQuickAction action) {
return SafaehDebugQuickActionTile(
icon: action.icon,
label: action.label,
hint: action.hint,
onTap: action.onTap,
);
}