|
|
|
@ -41,10 +41,10 @@ class RequestItemViewList extends StatelessWidget {
|
|
|
|
? PpmItemView(list[index])
|
|
|
|
? PpmItemView(list[index])
|
|
|
|
: isAssetTransfer
|
|
|
|
: isAssetTransfer
|
|
|
|
? AssetItemView(list[index])
|
|
|
|
? AssetItemView(list[index])
|
|
|
|
: Container(
|
|
|
|
: const SizedBox(
|
|
|
|
height: 100,
|
|
|
|
height: 100,
|
|
|
|
width: double.infinity,
|
|
|
|
width: double.infinity,
|
|
|
|
color: Colors.grey,
|
|
|
|
// color: Colors.transparent,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
separatorBuilder: (cxt, index) => 8.height,
|
|
|
|
separatorBuilder: (cxt, index) => 8.height,
|
|
|
|
|