|
|
|
|
@ -123,7 +123,7 @@ class _LaboratoryResultWidgetState extends State<LaboratoryResultWidget> {
|
|
|
|
|
source: "source",
|
|
|
|
|
buttonText: "Click",
|
|
|
|
|
type: ResultTypes.normal),
|
|
|
|
|
ItemResultCardWidgetWithParams(title: "NEUT%", subTitle: "55", referenceRange: "10-50", percentage: 65, note: "", source: "source", buttonText: "Click", type: ResultTypes.high),
|
|
|
|
|
ItemResultCardWidgetWithParams(title: "NEUT%", subTitle: "55", referenceRange: "10-50", percentage: -1, note: "", source: "source", buttonText: "Click", type: ResultTypes.normal),
|
|
|
|
|
_isShowMoreGeneral
|
|
|
|
|
? Container(
|
|
|
|
|
padding: EdgeInsets.only(left: 17, top: 12, right: 13, bottom: 12),
|
|
|
|
|
|