const constructure

This commit is contained in:
Efril
2026-03-01 20:02:12 +07:00
parent 5058f99fe0
commit e625bd3d2a
142 changed files with 817 additions and 760 deletions
@@ -11,12 +11,12 @@ class SyncInitialWidget extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(Icons.download_rounded, size: 48, color: Colors.grey.shade400),
SizedBox(height: 12),
const SizedBox(height: 12),
Text(
'Siap untuk sinkronisasi',
style: AppStyle.lg.copyWith(fontWeight: FontWeight.w500),
),
SizedBox(height: 4),
const SizedBox(height: 4),
Text(
'Tekan tombol mulai untuk mengunduh data',
style: AppStyle.sm.copyWith(color: Colors.grey.shade600),