change the bookmark page
This commit is contained in:
parent
27c529dad9
commit
1607b6eb00
|
@ -42,7 +42,7 @@ class SplashScreenView extends StatelessWidget {
|
|||
height: 10,
|
||||
),
|
||||
Text(
|
||||
'KAMUS MEDIS DAN KESEHATAN',
|
||||
'KAMUS ISTILAH KESEHATAN',
|
||||
style: boldTextStyle.copyWith(
|
||||
// color: backgroundColor,
|
||||
fontSize: 20,
|
||||
|
@ -66,7 +66,7 @@ class SplashScreenView extends StatelessWidget {
|
|||
textAlign: TextAlign.center,
|
||||
),
|
||||
Text(
|
||||
'Kicap Karan',
|
||||
'Rahmat Hidayat Syam',
|
||||
style: boldTextStyle.copyWith(
|
||||
fontSize: 13,
|
||||
fontStyle: FontStyle.italic,
|
||||
|
@ -74,7 +74,7 @@ class SplashScreenView extends StatelessWidget {
|
|||
textAlign: TextAlign.center,
|
||||
),
|
||||
Text(
|
||||
'www.kicap-karan.com',
|
||||
'217280019',
|
||||
style: boldTextStyle.copyWith(
|
||||
fontSize: 13,
|
||||
),
|
||||
|
|
|
@ -21,9 +21,9 @@ class UserTrackingIndexViewModel extends IndexTrackingViewModel {
|
|||
'header': 'List Kamus',
|
||||
},
|
||||
{
|
||||
'name': 'Profil Developer',
|
||||
'icon': Icons.person_outline_outlined,
|
||||
'header': 'Profil Developer',
|
||||
'name': 'Bookmark Kamus',
|
||||
'icon': Icons.bookmark_border_outlined,
|
||||
'header': 'Bookmark Kamus',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue