BeginPageLayoutCallback typedef

BeginPageLayoutCallback = void Function(Object sender, BeginPageLayoutArgs args)

Represents the method that will handle an event that before lay outing on the page.

Implementation

typedef BeginPageLayoutCallback = void Function(
    Object sender, BeginPageLayoutArgs args);