fix spacing
This commit is contained in:
@@ -32,7 +32,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||||||
required: true,
|
required: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 25.0),
|
const SizedBox(height: 10.0),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 700,
|
width: 700,
|
||||||
child: MIHDateField(
|
child: MIHDateField(
|
||||||
@@ -41,7 +41,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||||||
required: true,
|
required: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 25.0),
|
const SizedBox(height: 10.0),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 700,
|
width: 700,
|
||||||
child: MIHDateField(
|
child: MIHDateField(
|
||||||
|
|||||||
Reference in New Issue
Block a user