|
|
|
@ -214,7 +214,9 @@ class _UpdatePrescriptionFormState extends State<UpdatePrescriptionForm> {
|
|
|
|
0.55,
|
|
|
|
0.55,
|
|
|
|
child: TextFields(
|
|
|
|
child: TextFields(
|
|
|
|
inputFormatters: [
|
|
|
|
inputFormatters: [
|
|
|
|
LengthLimitingTextInputFormatter(4)
|
|
|
|
LengthLimitingTextInputFormatter(4),
|
|
|
|
|
|
|
|
WhitelistingTextInputFormatter
|
|
|
|
|
|
|
|
.digitsOnly
|
|
|
|
],
|
|
|
|
],
|
|
|
|
hintText: widget.doseStreangth,
|
|
|
|
hintText: widget.doseStreangth,
|
|
|
|
fontSize: 15.0,
|
|
|
|
fontSize: 15.0,
|
|
|
|
|