|
|
|
@ -108,7 +108,7 @@ class _PatientSickleavesListPageState extends State<PatientSickleavesListPage> {
|
|
|
|
? PatientSickLeaveCard(
|
|
|
|
? PatientSickLeaveCard(
|
|
|
|
patientSickLeavesResponseModel: PatientSickLeavesResponseModel(),
|
|
|
|
patientSickLeavesResponseModel: PatientSickLeavesResponseModel(),
|
|
|
|
isLoading: true,
|
|
|
|
isLoading: true,
|
|
|
|
).paddingSymmetrical(24.h, 0.0)
|
|
|
|
).paddingSymmetrical(0.h, 12.h)
|
|
|
|
: model.patientSickLeaveList.isNotEmpty
|
|
|
|
: model.patientSickLeaveList.isNotEmpty
|
|
|
|
? AnimationConfiguration.staggeredList(
|
|
|
|
? AnimationConfiguration.staggeredList(
|
|
|
|
position: index,
|
|
|
|
position: index,
|
|
|
|
|