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