PageChanged typedef

PageChanged = dynamic Function(int page)

Implementation

typedef PageChanged = Function(int page);