Khalid Al-Saleh
Khalid Al-Saleh
Sure! `MasonryGridView.count( crossAxisCount: 3, mainAxisSpacing: 5, crossAxisSpacing: 45, itemCount: choices.length, itemBuilder: (context, index) { return ChoiceCard(choice: choices[index], index: index); }, )`
any solutions for this issue ?
Anything new about this issue?
Anything new about this issue ?
Any solutions for slow performance ?
@zmtzawqlp Thank you so much bro ! This solution worked for me .