Answers for "grid view in scroll view"

0

grid view in scroll view

GridView(
                          physics: new NeverScrollableScrollPhysics(),
                          padding: EdgeInsets.only(top:0),
                          shrinkWrap: true,
                          primary: true,
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language