|
|
|
|
@ -102,8 +102,8 @@ class _DynamicListViewScreenState extends State<DynamicListViewScreen> {
|
|
|
|
|
itemBuilder: (cxt, int parentIndex) => getEITTransactionList![parentIndex].collectionTransaction!.isEmpty
|
|
|
|
|
? const SizedBox()
|
|
|
|
|
: GridView(
|
|
|
|
|
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount: 2, childAspectRatio: 1.9 / 0.75),
|
|
|
|
|
padding: const EdgeInsets.all(12.0),
|
|
|
|
|
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount: 2, childAspectRatio: 1.0 / 0.75),
|
|
|
|
|
padding: const EdgeInsets.only(left: 12,right: 21,top: 12),
|
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
primary: false,
|
|
|
|
|
physics: const ScrollPhysics(),
|
|
|
|
|
|