Update evaporasi_history_list.dart

This commit is contained in:
kleponijo 2026-06-20 09:46:44 +07:00
parent cef4e6bfe3
commit 948184da6e
1 changed files with 4 additions and 17 deletions

View File

@ -103,24 +103,11 @@ class _HeaderBar extends StatelessWidget {
Widget build(BuildContext context) {
final filtered = selectedDate != null;
return Row(
children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const Text(
'Riwayat Data',
'History',
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.bold,
color: Colors.black87),
),
Text(
filtered
? '${DateFormat('dd MMM yyyy', 'id_ID').format(selectedDate!)}$totalCount data'
: '$totalCount data tersimpan',
style: TextStyle(fontSize: 12, color: Colors.grey.shade600),
),
],
fontSize: 16, fontWeight: FontWeight.bold, color: Colors.black87),
),
const Spacer(),
if (filtered)