1-) FLUTTER - listview , gridview veya column gibi listelerin sonuna boşluk bırakma bottomnavigationun üstüne çıkması için
1-) TRANSPARENT OLARAK EKLENİR
child: SingleChildScrollView( child: Column( children: [ gridviewContent(), Container( color: Colors.transparent, height: 120, ), ], ),),