rename files and widgets from my... to mih...
This commit is contained in:
parent
b9a8adb59f
commit
7a6ba04220
30 changed files with 487 additions and 243 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:patient_manager/components/myDateInput.dart';
|
||||
import 'package:patient_manager/components/mihDateInput.dart';
|
||||
|
||||
class Medcertinput extends StatefulWidget {
|
||||
final startDateController;
|
||||
|
|
@ -26,7 +26,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
const SizedBox(height: 50.0),
|
||||
SizedBox(
|
||||
width: 700,
|
||||
child: MyDateField(
|
||||
child: MIHDateField(
|
||||
controller: widget.startDateController,
|
||||
LableText: "From",
|
||||
required: true,
|
||||
|
|
@ -35,7 +35,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
const SizedBox(height: 25.0),
|
||||
SizedBox(
|
||||
width: 700,
|
||||
child: MyDateField(
|
||||
child: MIHDateField(
|
||||
controller: widget.endDateTextController,
|
||||
LableText: "Up to Including",
|
||||
required: true,
|
||||
|
|
@ -44,7 +44,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
const SizedBox(height: 25.0),
|
||||
SizedBox(
|
||||
width: 700,
|
||||
child: MyDateField(
|
||||
child: MIHDateField(
|
||||
controller: widget.retDateTextController,
|
||||
LableText: "Return",
|
||||
required: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue