refactor : ui and use utils

This commit is contained in:
2025-09-08 10:18:43 +03:30
parent cdde154869
commit 939f287388
6 changed files with 48 additions and 121 deletions

View File

@@ -37,7 +37,7 @@ class ModulesPage extends GetView<ModulesLogic> {
final module = controller.moduleList[index];
return CardIcon(
title: module.title,
icon: module.icon,
svgIcon: module.icon,
borderColor: module.borderColor,
backgroundColor: module.backgroundColor,
titleColor: module.titleColor,