move body menu
This commit is contained in:
parent
bf2082c6a8
commit
6f7ee78289
9 changed files with 18 additions and 18 deletions
|
|
@ -621,8 +621,8 @@ class _MihInfoState extends State<MihInfo> {
|
|||
),
|
||||
),
|
||||
Positioned(
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
right: 10,
|
||||
bottom: 10,
|
||||
child: MihFloatingMenu(
|
||||
icon: Icons.share,
|
||||
children: [
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue