Update loyout Builder and update all widgets that call it

This commit is contained in:
2024-10-01 11:52:02 +02:00
parent 2f05d66a95
commit 0c85d560a0
17 changed files with 71 additions and 11 deletions

View File

@@ -411,6 +411,8 @@ class _RegisterState extends State<Register> {
actionButton: getActionButton(),
header: getHeader(),
body: getBody(),
rightDrawer: null,
bottomNavBar: null,
);
}
}