EndPageLayoutCallback typedef

EndPageLayoutCallback = void Function(Object sender, EndPageLayoutArgs args)

Represents the method that will handle an event, once completed the lay outing on the page.

Implementation

typedef EndPageLayoutCallback =
    void Function(Object sender, EndPageLayoutArgs args);