|
|
|
|
@ -50,11 +50,13 @@ class PendingServiceRequestScreen extends StatelessWidget {
|
|
|
|
|
audio: URLs.getFileUrl(pendingAssetServiceRequest.details[index].voiceNote),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
4.height,
|
|
|
|
|
Text(
|
|
|
|
|
"Created By: ${pendingAssetServiceRequest.details[index].createdBy}",
|
|
|
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
|
|
|
),
|
|
|
|
|
if((pendingAssetServiceRequest.details[index].createdBy ?? "").isNotEmpty)...[
|
|
|
|
|
4.height,
|
|
|
|
|
Text(
|
|
|
|
|
"Created By: ${pendingAssetServiceRequest.details[index].createdBy}",
|
|
|
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
|
|
|
),
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
).expanded,
|
|
|
|
|
8.width,
|
|
|
|
|
|