fix scroll in special lab result

merge-requests/845/head
hussam al-habibeh 4 years ago
parent fe5456db2a
commit b86bc33266

@ -83,6 +83,7 @@ class _AllLabSpecialResultState extends State<AllLabSpecialResult> {
),
),
ListView.builder(
physics: NeverScrollableScrollPhysics(),
itemCount: model.allSpecialLabList.length,
scrollDirection: Axis.vertical,
shrinkWrap: true,

Loading…
Cancel
Save