use parent scrollController for GridView
This commit is contained in:
parent
acf036cc11
commit
758a35c0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ final class const EmojiPicker({
|
|||
),
|
||||
itemCount: emojis.length,
|
||||
shrinkWrap: true,
|
||||
physics: NeverScrollableScrollPhysics(),
|
||||
controller: scrollController,
|
||||
itemBuilder: (context, index) {
|
||||
final emoji = emojis[index];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue