fix alignment
This commit is contained in:
parent
40b6bb80de
commit
1d9a7f295e
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue