We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ea04f commit 3637144Copy full SHA for 3637144
lib/src/chips_input.dart
@@ -137,6 +137,7 @@ class ChipsInputState<T> extends State<ChipsInput<T>>
137
elevation: 4.0,
138
child: ListView.builder(
139
shrinkWrap: true,
140
+ padding: EdgeInsets.zero,
141
itemCount: snapshot.data?.length ?? 0,
142
itemBuilder: (BuildContext context, int index) {
143
return widget.suggestionBuilder(
0 commit comments