Skip to content

Make onFoo {} methods available directly on widgets and containres #2

Description

@abreslav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions