required modifications
This commit is contained in:
parent
4faa844eef
commit
543930fc4b
11 changed files with 294 additions and 23 deletions
|
|
@ -20,7 +20,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return SizedBox(
|
||||
height: 250,
|
||||
height: 325,
|
||||
child: Column(
|
||||
children: [
|
||||
const SizedBox(height: 50.0),
|
||||
|
|
@ -29,6 +29,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
child: MyDateField(
|
||||
controller: widget.startDateController,
|
||||
LableText: "From",
|
||||
required: true,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 25.0),
|
||||
|
|
@ -37,6 +38,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
child: MyDateField(
|
||||
controller: widget.endDateTextController,
|
||||
LableText: "Up to Including",
|
||||
required: true,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 25.0),
|
||||
|
|
@ -45,6 +47,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
child: MyDateField(
|
||||
controller: widget.retDateTextController,
|
||||
LableText: "Return",
|
||||
required: true,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue