release
This commit is contained in:
@@ -138,6 +138,7 @@ class ThemeController extends GetxController {
|
||||
duration: const Duration(seconds: 2),
|
||||
margin: const EdgeInsets.all(16),
|
||||
borderRadius: 12,
|
||||
colorText: currentThemeColor,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -173,6 +174,7 @@ class ThemeController extends GetxController {
|
||||
duration: const Duration(seconds: 2),
|
||||
margin: const EdgeInsets.all(16),
|
||||
borderRadius: 12,
|
||||
colorText: currentThemeColor,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -266,6 +268,7 @@ class ThemeController extends GetxController {
|
||||
duration: const Duration(seconds: 2),
|
||||
margin: const EdgeInsets.all(16),
|
||||
borderRadius: 12,
|
||||
colorText: currentThemeColor,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user