removed comments.

This commit is contained in:
Faris Armoush
2025-07-03 15:25:04 +03:00
parent 227df6fe3d
commit 58e99f95b2

View File

@ -22,7 +22,7 @@ class SpaceDetailsDevicesBox extends StatelessWidget {
borderRadius: BorderRadius.circular(15),
border: Border.all(
color: ColorsManager.textFieldGreyColor,
width: 3.0, // Border width
width: 3.0,
),
),
child: Wrap(
@ -44,7 +44,7 @@ class SpaceDetailsDevicesBox extends StatelessWidget {
// ),
// ),
// label: Text(
// 'x${entry.value}', // Show count
// 'x${entry.value}',
// style: Theme.of(context)
// .textTheme
// .bodySmall