7/31/1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user