|
|
|
|
@ -614,7 +614,6 @@ class Utils {
|
|
|
|
|
hasBadge: true,
|
|
|
|
|
isEnable: projectViewModel.havePrivilege(5)),
|
|
|
|
|
projectViewModel.isArabic
|
|
|
|
|
? !projectViewModel.isLoginChild
|
|
|
|
|
? Positioned(
|
|
|
|
|
left: 8,
|
|
|
|
|
top: 4,
|
|
|
|
|
@ -631,9 +630,7 @@ class Utils {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
)
|
|
|
|
|
: Container()
|
|
|
|
|
: !projectViewModel.isLoginChild
|
|
|
|
|
? Positioned(
|
|
|
|
|
: Positioned(
|
|
|
|
|
right: 8,
|
|
|
|
|
top: 4,
|
|
|
|
|
child: badge_import.Badge(
|
|
|
|
|
@ -648,8 +645,7 @@ class Utils {
|
|
|
|
|
child: Text(count.toString(), style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold, fontSize: 12.0)),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
)
|
|
|
|
|
: Container(),
|
|
|
|
|
),
|
|
|
|
|
])
|
|
|
|
|
: MedicalProfileItem(
|
|
|
|
|
title: TranslationBase.of(context).myAppointments,
|
|
|
|
|
|