Fix double scrollable bug
This commit is contained in:
parent
5d89ca319a
commit
69de256fd9
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ class _TransactionBoxState extends State<TransactionBox> {
|
|||
child: ListView.builder(
|
||||
scrollDirection: Axis.vertical,
|
||||
shrinkWrap: true,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
itemCount: orderData.length,
|
||||
itemBuilder: (context, index) {
|
||||
return FutureBuilder<dynamic>(
|
||||
|
|
Loading…
Add table
Reference in a new issue