conceptadev/mix

Consider exposing onEnd property of underlying AnimatedContainer / AnimatedBoxSpecWidget in Mix

Closed this issue · 1 comments

Use case

Would be handy to have access to the onEnd property of the underlying widgets that Mix wraps and having the ability to maybe even react to it within Mix. Eg when some container element fades out, toggle its visibility.

Proposal

Expose the onEnd property of the Mix wrapped implicitly named widgets.

Solved in #458