PageChanged typedef

PageChanged = dynamic Function(PageModel? value)

Implementation

typedef PageChanged = Function(PageModel? value);