This commit is contained in:
Hamza-Ayed
2024-07-31 21:19:19 +03:00
parent dea83d970c
commit 2bc71355c3
106 changed files with 4600 additions and 727 deletions

View File

@@ -48,15 +48,17 @@ class WalletCaptain extends StatelessWidget {
const SizedBox(),
Container(
// decoration: AppStyle.boxDecoration1.copyWith(
color: double.parse(
captainWalletController.totalPoints) <
color: double.parse(captainWalletController
.totalPoints
.toString()) <
0 &&
double.parse(
captainWalletController.totalPoints) >
double.parse(captainWalletController
.totalPoints
.toString()) >
-3000
? AppColor.yellowColor
: double.parse(
captainWalletController.totalPoints) <
: double.parse(captainWalletController.totalPoints
.toString()) <
-3000
? AppColor.redColor
: AppColor.greenColor,