required modifications
This commit is contained in:
parent
4faa844eef
commit
543930fc4b
11 changed files with 294 additions and 23 deletions
|
|
@ -132,6 +132,7 @@ class _PatientNotesState extends State<PatientNotes> {
|
|||
controller: titleController,
|
||||
hintText: "Title of Note",
|
||||
editable: true,
|
||||
required: true,
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
|
|
@ -142,6 +143,7 @@ class _PatientNotesState extends State<PatientNotes> {
|
|||
controller: noteTextController,
|
||||
hintText: "Note Details",
|
||||
editable: true,
|
||||
required: true,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue