Instead of ``` listView { vgInstance onScroll { onScroll { a,b,c,d -> } onScrollStateChanged { a,b -> } } ``` have ``` listView { onScroll { a,b,c,d -> } onScrollStateChanged { a,b -> } } ``` Same for widgets
Instead of
have
Same for widgets