Change name of appbar file to mihAppbar and widget name to MIHAppBar

This commit is contained in:
2024-07-30 12:05:14 +02:00
parent 668cbb36c7
commit f5ea3531fb
9 changed files with 16 additions and 119 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:patient_manager/components/myAppBar.dart';
import 'package:patient_manager/components/mihAppBar.dart';
import 'package:patient_manager/components/profileOfficeUpdate.dart';
import 'package:patient_manager/components/profileUserUpdate.dart';
import 'package:patient_manager/objects/appUser.dart';
@@ -38,7 +38,7 @@ class _ProfileUpdateState extends State<ProfileUpdate> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: const MyAppBar(barTitle: "Update Profile"),
appBar: const MIHAppBar(barTitle: "Update Profile"),
body: Padding(
padding: const EdgeInsets.all(15.0),
child: Center(