align spacing
This commit is contained in:
parent
68cbe3585c
commit
f6e421cb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class _PatientInfoState extends State<PatientInfo> {
|
||||||
Widget getPatientDetailsField() {
|
Widget getPatientDetailsField() {
|
||||||
return Center(
|
return Center(
|
||||||
child: Wrap(
|
child: Wrap(
|
||||||
spacing: 15,
|
spacing: 10,
|
||||||
runSpacing: 10,
|
runSpacing: 10,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue