Add secondary action and secondary action drawer

This commit is contained in:
2024-10-01 12:07:41 +02:00
parent 0c85d560a0
commit ef78fd581f
16 changed files with 49 additions and 23 deletions

View File

@@ -324,9 +324,11 @@ class _MIHAboutState extends State<MIHAbout> {
Widget build(BuildContext context) {
return MIHLayoutBuilder(
actionButton: getActionButton(),
secondaryActionButton: null,
header: getHeader(),
body: getBody(),
rightDrawer: null,
actionDrawer: null,
secondaryActionDrawer: null,
bottomNavBar: null,
);
}