const constructure
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user