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:
@ -8,12 +8,12 @@ class SpaceTile extends StatefulWidget {
|
||||
final List<Widget>? children;
|
||||
|
||||
const SpaceTile({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.title,
|
||||
required this.initiallyExpanded,
|
||||
required this.onExpansionChanged,
|
||||
this.children,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
_SpaceTileState createState() => _SpaceTileState();
|
||||
|
Reference in New Issue
Block a user