CompositionCallback typedef

CompositionCallback = void Function(Layer layer)

The signature of the callback added in Layer.addCompositionCallback.

Implementation

typedef CompositionCallback = void Function(Layer layer);