mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 14:14:55 +00:00
add space button to center
This commit is contained in:
@ -176,11 +176,11 @@ class SpaceManagementPageState extends State<SpaceManagementPage> {
|
|||||||
),
|
),
|
||||||
|
|
||||||
spaces.isEmpty
|
spaces.isEmpty
|
||||||
? AddSpaceButton(
|
? Center(child: AddSpaceButton(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
_showCreateSpaceDialog(screenSize);
|
_showCreateSpaceDialog(screenSize);
|
||||||
},
|
},
|
||||||
)
|
))
|
||||||
: Stack(
|
: Stack(
|
||||||
children: spaces
|
children: spaces
|
||||||
.asMap()
|
.asMap()
|
||||||
|
|||||||
Reference in New Issue
Block a user