step 32 : change alignmnet right total in history

This commit is contained in:
sindhu
2024-01-22 10:51:07 +07:00
parent 4e3d251169
commit 4974e02956

View File

@@ -1105,28 +1105,17 @@ class HistoryTransaksiScreen extends HookConsumerWidget {
x: 4,
),
),
Container(
// width: 100,
width: Constant.getActualXPhone(
context: context, x: 100),
child: Column(
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
Text(
ref
.read(currentHistoryTotalProvider
.notifier)
.state
.totalAll
.toString(),
style: Constant.body1(context: context)
.copyWith(
fontWeight: FontWeight.w600,
color: Constant.pcBtnBackgroundColor,
),
),
],
Text(
ref
.read(currentHistoryTotalProvider
.notifier)
.state
.totalAll
.toString(),
style: Constant.body1(context: context)
.copyWith(
fontWeight: FontWeight.w600,
color: Constant.pcBtnBackgroundColor,
),
)
],