updated device management

This commit is contained in:
hannathkadher
2024-10-11 10:35:14 +04:00
parent b87bbb9a62
commit 29a1470428
19 changed files with 207 additions and 128 deletions

View File

@ -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) {