refactor : ui and use utils
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user