10/18/1
This commit is contained in:
@@ -98,15 +98,18 @@ class HomeCaptain extends StatelessWidget {
|
||||
const SizedBox(
|
||||
height: 10,
|
||||
),
|
||||
Container(
|
||||
decoration: AppStyle.boxDecoration,
|
||||
width: Get.width * .8,
|
||||
height: 80,
|
||||
child: Center(
|
||||
child: Text(
|
||||
'You Earn today is '.tr, //Todo add here number for income
|
||||
style: AppStyle.title,
|
||||
)),
|
||||
GetBuilder<HomeCaptainController>(
|
||||
builder: (homeCaptainController) => Container(
|
||||
decoration: AppStyle.boxDecoration,
|
||||
width: Get.width * .8,
|
||||
height: 80,
|
||||
child: Center(
|
||||
child: Text(
|
||||
'You Earn today is '.tr +
|
||||
homeCaptainController
|
||||
.totalToday, //Todo add here number for income
|
||||
style: AppStyle.title,
|
||||
))),
|
||||
),
|
||||
GetBuilder<HomeCaptainController>(
|
||||
builder: (homeCaptainController) => Column(
|
||||
|
||||
Reference in New Issue
Block a user