fix alignment
This commit is contained in:
@@ -171,7 +171,7 @@ class _PatientManagerState extends State<PatientManager> {
|
|||||||
width: w,
|
width: w,
|
||||||
height: 600,
|
height: 600,
|
||||||
child: Column(mainAxisSize: MainAxisSize.max, children: [
|
child: Column(mainAxisSize: MainAxisSize.max, children: [
|
||||||
//const SizedBox(height: 15),
|
const SizedBox(height: 5),
|
||||||
const Text(
|
const Text(
|
||||||
"Patient Search",
|
"Patient Search",
|
||||||
style: TextStyle(fontSize: 25, fontWeight: FontWeight.bold),
|
style: TextStyle(fontSize: 25, fontWeight: FontWeight.bold),
|
||||||
|
|||||||
Reference in New Issue
Block a user