Fix table name click to cliq in all files

This commit is contained in:
Hamza-Ayed
2026-08-01 04:31:53 +03:00
parent 811b23ca9e
commit b78a6797d5
5 changed files with 7 additions and 6 deletions
@@ -115,7 +115,8 @@ class _PaymentScreenCliqState extends State<PaymentScreenCliq> with SingleTicker
children: [
const Text("المبلغ المطلوب", style: TextStyle(color: Colors.white70, fontSize: 14)),
const SizedBox(height: 5),
Text("${currencyFormat.format(widget.amount)} ل.س", style: const TextStyle(color: Colors.white, fontSize: 28, fontWeight: FontWeight.bold)),
Text('${widget.amount.toStringAsFixed(widget.amount == widget.amount.roundToDouble() ? 0 : 1)} JOD',
style: const TextStyle(color: Colors.white, fontSize: 32, fontWeight: FontWeight.w700, letterSpacing: 1)),
],
),
),