|
|
|
@ -63,17 +63,20 @@ class DrawerData extends GetView<DashboardScreenController> {
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const SizedBox(width: 15),
|
|
|
|
const SizedBox(width: 15),
|
|
|
|
Column(
|
|
|
|
Expanded(
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
child: Column(
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
children: [
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
Text(SessionCache.instance.userInfo.name, style: Theme.of(context).textTheme.titleLarge),
|
|
|
|
children: [
|
|
|
|
const SizedBox(height: 2),
|
|
|
|
Text(SessionCache.instance.userInfo.name, style: Theme.of(context).textTheme.titleLarge),
|
|
|
|
Text(SessionCache.instance.userInfo.cmpCustlastlogin != null ? SessionCache.instance.userInfo.cmpCustlastlogin : "N/A",
|
|
|
|
const SizedBox(height: 2),
|
|
|
|
/*TranslationKeys.makeTranslation(
|
|
|
|
Text(SessionCache.instance.userInfo.cmpCustlastlogin != null ? SessionCache.instance.userInfo.cmpCustlastlogin : "N/A",
|
|
|
|
TranslationKeys.textAccountSession),*/
|
|
|
|
/*TranslationKeys.makeTranslation(
|
|
|
|
style: Theme.of(context).textTheme.bodyMedium),
|
|
|
|
TranslationKeys.textAccountSession),*/
|
|
|
|
],
|
|
|
|
overflow: TextOverflow.ellipsis,
|
|
|
|
|
|
|
|
style: Theme.of(context).textTheme.bodyMedium),
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
@ -189,7 +192,7 @@ class DrawerData extends GetView<DashboardScreenController> {
|
|
|
|
color: AppColors.colorPrimary,
|
|
|
|
color: AppColors.colorPrimary,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const SizedBox(width: 15),
|
|
|
|
const SizedBox(width: 15),
|
|
|
|
Text(item.title, style: Theme.of(context).textTheme.titleSmall?.copyWith(fontSize: 15, fontWeight: FontWeight.w400)),
|
|
|
|
Expanded(child: Text(item.title, style: Theme.of(context).textTheme.titleSmall?.copyWith(fontSize: 15, fontWeight: FontWeight.w400))),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|