Add note functionality added & multi Line text input compoment added
This commit is contained in:
parent
cc730223e0
commit
3a408e8464
12 changed files with 218 additions and 50 deletions
|
|
@ -207,7 +207,12 @@ class _EditPatientState extends State<EditPatient> {
|
|||
onPressed: () {
|
||||
deletePatientApiCall();
|
||||
},
|
||||
child: const Text("Yes"),
|
||||
child: const Text(
|
||||
"Yes",
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue