This commit is contained in:
Hamza-Ayed
2024-07-02 00:16:16 +03:00
parent 94d70237ff
commit b271101979
26 changed files with 128 additions and 31 deletions

View File

@@ -398,7 +398,7 @@ class WalletCaptain extends StatelessWidget {
child: Row(
children: [
SizedBox(
width: Get.width * .95,
width: Get.width * .9,
// height: Get.height * .1,
// decoration: AppStyle.boxDecoration,
child: Stack(
@@ -417,7 +417,8 @@ class WalletCaptain extends StatelessWidget {
color: AppColor.blueColor,
borderRadius:
BorderRadius.circular(12),
backgroundColor: AppColor.accentColor,
backgroundColor: AppColor.accentColor
.withOpacity(.5),
value: double.parse(
captainWalletController
.walletDate['message'][0]
@@ -457,7 +458,7 @@ class WalletCaptain extends StatelessWidget {
child: Row(
children: [
SizedBox(
width: Get.width * .95,
width: Get.width * .9,
// height: Get.height * .1,
// decoration: AppStyle.boxDecoration,
child: Stack(
@@ -476,7 +477,8 @@ class WalletCaptain extends StatelessWidget {
color: AppColor.blueColor,
borderRadius:
BorderRadius.circular(12),
backgroundColor: AppColor.accentColor,
backgroundColor: AppColor.accentColor
.withOpacity(.5),
value: double.parse(
captainWalletController
.walletDate['message'][0]