method prepareInstancePositionChanged


dynamic prepareInstancePositionChanged(Element template)

Returns a function that will be called whenever the position of an item inside this template changes.

Source

prepareInstancePositionChanged(Element template) =>
    _delegate.prepareInstancePositionChanged(template);