mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
updated device management
This commit is contained in:
@ -9,11 +9,11 @@ class SpaceContainerWidget extends StatelessWidget {
|
||||
final String name;
|
||||
|
||||
const SpaceContainerWidget({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.index,
|
||||
required this.icon,
|
||||
required this.name,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user