changed chip to list

This commit is contained in:
hannathkadher
2025-01-14 12:14:48 +04:00
parent a4e7f30411
commit 12df07e681
9 changed files with 288 additions and 93 deletions

View File

@ -72,7 +72,7 @@ class LinkSpaceModelDialog extends StatelessWidget {
),
borderRadius: BorderRadius.circular(8.0),
),
child: SpaceModelCardWidget(model: model),
child: SpaceModelCardWidget(model: model,),
),
);
},