ppm technical comment added.

main_design2.0
Sikander Saleem 5 months ago
parent 40fe6ec192
commit 76137c2ace

@ -272,6 +272,16 @@ class _PentryTBSFormState extends State<PentryTBSForm> {
},
),
8.height,
AppTextFormField(
labelText: context.translation.comments,
initialValue: (widget.model.comments ?? "").toString(),
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.titleMedium,
onChange: (value) {
widget.model.comments = value;
},
),
8.height,
ESignature(
title: context.translation.nurseSignature,
oldSignature: widget.model.nurseSignature,

Loading…
Cancel
Save