mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
removed comments.
This commit is contained in:
@ -22,7 +22,7 @@ class SpaceDetailsDevicesBox extends StatelessWidget {
|
|||||||
borderRadius: BorderRadius.circular(15),
|
borderRadius: BorderRadius.circular(15),
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: ColorsManager.textFieldGreyColor,
|
color: ColorsManager.textFieldGreyColor,
|
||||||
width: 3.0, // Border width
|
width: 3.0,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: Wrap(
|
child: Wrap(
|
||||||
@ -44,7 +44,7 @@ class SpaceDetailsDevicesBox extends StatelessWidget {
|
|||||||
// ),
|
// ),
|
||||||
// ),
|
// ),
|
||||||
// label: Text(
|
// label: Text(
|
||||||
// 'x${entry.value}', // Show count
|
// 'x${entry.value}',
|
||||||
// style: Theme.of(context)
|
// style: Theme.of(context)
|
||||||
// .textTheme
|
// .textTheme
|
||||||
// .bodySmall
|
// .bodySmall
|
||||||
|
Reference in New Issue
Block a user