removed unnecessary BuildContext from TagChipDisplay constructor, sorted its properies, and converted to using super.key.

This commit is contained in:
Faris Armoush
2025-04-15 15:02:58 +03:00
parent 748c67fd8b
commit 117f6190dd
2 changed files with 13 additions and 14 deletions

View File

@ -145,7 +145,6 @@ class CreateSpaceModelDialog extends StatelessWidget {
),
const SizedBox(height: 10),
TagChipDisplay(
context,
screenWidth: screenWidth,
spaceModel: updatedSpaceModel,
products: products,