This commit is contained in:
Sewmina
2022-03-29 23:43:18 +05:30
parent 4335ce43db
commit ead2c466d1
5 changed files with 117 additions and 25 deletions

View File

@@ -120,7 +120,7 @@ class _ProjectsState extends State<Projects> {
),
Divider(),
Container(
height: 100,
height: 200,
child: ListView.builder(
itemCount: User.projects.length,
itemBuilder: (context,index){