step 32 : change alignmnet right total in history
This commit is contained in:
@@ -1105,28 +1105,17 @@ class HistoryTransaksiScreen extends HookConsumerWidget {
|
|||||||
x: 4,
|
x: 4,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Container(
|
Text(
|
||||||
// width: 100,
|
ref
|
||||||
width: Constant.getActualXPhone(
|
.read(currentHistoryTotalProvider
|
||||||
context: context, x: 100),
|
.notifier)
|
||||||
child: Column(
|
.state
|
||||||
crossAxisAlignment:
|
.totalAll
|
||||||
CrossAxisAlignment.start,
|
.toString(),
|
||||||
children: [
|
style: Constant.body1(context: context)
|
||||||
Text(
|
.copyWith(
|
||||||
ref
|
fontWeight: FontWeight.w600,
|
||||||
.read(currentHistoryTotalProvider
|
color: Constant.pcBtnBackgroundColor,
|
||||||
.notifier)
|
|
||||||
.state
|
|
||||||
.totalAll
|
|
||||||
.toString(),
|
|
||||||
style: Constant.body1(context: context)
|
|
||||||
.copyWith(
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
color: Constant.pcBtnBackgroundColor,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user