Change name of appbar file to mihAppbar and widget name to MIHAppBar
This commit is contained in:
parent
668cbb36c7
commit
f5ea3531fb
9 changed files with 16 additions and 119 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import 'dart:convert';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:patient_manager/components/myAppBar.dart';
|
||||
import 'package:patient_manager/components/mihAppBar.dart';
|
||||
import 'package:patient_manager/components/myDropdownInput.dart';
|
||||
import 'package:patient_manager/components/myErrorMessage.dart';
|
||||
import 'package:patient_manager/components/mySuccessMessage.dart';
|
||||
|
|
@ -571,7 +571,7 @@ class _EditPatientState extends State<EditPatient> {
|
|||
});
|
||||
|
||||
return Scaffold(
|
||||
appBar: const MyAppBar(barTitle: "Edit Patient"),
|
||||
appBar: const MIHAppBar(barTitle: "Edit Patient"),
|
||||
body: displayForm(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue