page property

ManagePage<T> Function(Scaffold scaffold(Widget body, Widget floatingActionButton), double heightDialog) page
getter/setter pair

For The ManagePage Has A Page

Implementation

ManagePage<T> Function(
  Scaffold Function(Widget body, Widget floatingActionButton) scaffold,
  double heightDialog,
) page;