move body menu
This commit is contained in:
@@ -621,8 +621,8 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.share,
|
icon: Icons.share,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -299,8 +299,8 @@ class _PatientAccessRequestState extends State<Appointments> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.add,
|
icon: Icons.add,
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
|
|||||||
@@ -660,8 +660,8 @@ class _AiChatState extends State<AiChat> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 70,
|
bottom: 80,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -341,8 +341,8 @@ class _MihCardsState extends State<MihCards> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -115,8 +115,8 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.add,
|
icon: Icons.add,
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
|
|||||||
@@ -176,8 +176,8 @@ class _PatientClaimOrStatementState extends State<PatientClaimOrStatement> {
|
|||||||
Visibility(
|
Visibility(
|
||||||
visible: widget.type != "personal",
|
visible: widget.type != "personal",
|
||||||
child: Positioned(
|
child: Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.file_copy,
|
icon: Icons.file_copy,
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
|
|||||||
@@ -360,8 +360,8 @@ class _PatientConsultationState extends State<PatientConsultation> {
|
|||||||
Visibility(
|
Visibility(
|
||||||
visible: widget.type != "personal",
|
visible: widget.type != "personal",
|
||||||
child: Positioned(
|
child: Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.add,
|
icon: Icons.add,
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
|
|||||||
@@ -394,8 +394,8 @@ class _PatientDocumentsState extends State<PatientDocuments> {
|
|||||||
Widget getMenu() {
|
Widget getMenu() {
|
||||||
if (widget.type == "personal") {
|
if (widget.type == "personal") {
|
||||||
return Positioned(
|
return Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.add,
|
icon: Icons.add,
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
|
|||||||
@@ -285,8 +285,8 @@ class _PatientInfoState extends State<PatientInfo> {
|
|||||||
Visibility(
|
Visibility(
|
||||||
visible: widget.type == "personal",
|
visible: widget.type == "personal",
|
||||||
child: Positioned(
|
child: Positioned(
|
||||||
right: 0,
|
right: 10,
|
||||||
bottom: 0,
|
bottom: 10,
|
||||||
child: MihFloatingMenu(
|
child: MihFloatingMenu(
|
||||||
icon: Icons.add,
|
icon: Icons.add,
|
||||||
animatedIcon: AnimatedIcons.menu_close,
|
animatedIcon: AnimatedIcons.menu_close,
|
||||||
|
|||||||
Reference in New Issue
Block a user