Skip to content

Commit cd7f4e0

Browse files
committed
Disable scrollable in ListView
1 parent 128b4d2 commit cd7f4e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/coderjava_image_editor_pro.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ class _SignatState extends State<Signat> {
995995
@override
996996
Widget build(BuildContext context) {
997997
return ListView(
998+
physics: NeverScrollableScrollPhysics(),
998999
children: [
9991000
Signature(
10001001
controller: _controller,

0 commit comments

Comments
 (0)