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