move body menu

This commit is contained in:
2025-05-29 16:26:29 +02:00
parent bf2082c6a8
commit 6f7ee78289
9 changed files with 18 additions and 18 deletions

View File

@@ -621,8 +621,8 @@ class _MihInfoState extends State<MihInfo> {
),
),
Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.share,
children: [

View File

@@ -299,8 +299,8 @@ class _PatientAccessRequestState extends State<Appointments> {
),
),
Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.add,
animatedIcon: AnimatedIcons.menu_close,

View File

@@ -660,8 +660,8 @@ class _AiChatState extends State<AiChat> {
),
),
Positioned(
right: 0,
bottom: 70,
right: 10,
bottom: 80,
child: MihFloatingMenu(
animatedIcon: AnimatedIcons.menu_close,
children: [

View File

@@ -341,8 +341,8 @@ class _MihCardsState extends State<MihCards> {
),
),
Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
animatedIcon: AnimatedIcons.menu_close,
children: [

View File

@@ -115,8 +115,8 @@ class _WaitingRoomState extends State<WaitingRoom> {
),
),
Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.add,
animatedIcon: AnimatedIcons.menu_close,

View File

@@ -176,8 +176,8 @@ class _PatientClaimOrStatementState extends State<PatientClaimOrStatement> {
Visibility(
visible: widget.type != "personal",
child: Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.file_copy,
animatedIcon: AnimatedIcons.menu_close,

View File

@@ -360,8 +360,8 @@ class _PatientConsultationState extends State<PatientConsultation> {
Visibility(
visible: widget.type != "personal",
child: Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.add,
animatedIcon: AnimatedIcons.menu_close,

View File

@@ -394,8 +394,8 @@ class _PatientDocumentsState extends State<PatientDocuments> {
Widget getMenu() {
if (widget.type == "personal") {
return Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.add,
animatedIcon: AnimatedIcons.menu_close,

View File

@@ -285,8 +285,8 @@ class _PatientInfoState extends State<PatientInfo> {
Visibility(
visible: widget.type == "personal",
child: Positioned(
right: 0,
bottom: 0,
right: 10,
bottom: 10,
child: MihFloatingMenu(
icon: Icons.add,
animatedIcon: AnimatedIcons.menu_close,