UiPage typedef

UiPage = Widget Function(Map<String, String> params)

a Page

Implementation

typedef UiPage = Widget Function(Map<String, String> params);