|
|
|
@ -79,6 +79,10 @@ class AssetDetailCardView extends StatelessWidget {
|
|
|
|
'${context.translation.supplier}: ${assetInventoryModel.supplierName ?? ''}',
|
|
|
|
'${context.translation.supplier}: ${assetInventoryModel.supplierName ?? ''}',
|
|
|
|
style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
Text(
|
|
|
|
|
|
|
|
'${'Classifications'.addTranslation}: ${assetInventoryModel.status ?? ''}',
|
|
|
|
|
|
|
|
style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
|
|
|
|
),
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
'${'Remarks'.addTranslation}: ${assetInventoryModel.remarks ?? ''}',
|
|
|
|
'${'Remarks'.addTranslation}: ${assetInventoryModel.remarks ?? ''}',
|
|
|
|
style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
|