UAdminScaffold constructor
const
UAdminScaffold({
- required String title,
- required Widget body,
- Key? key,
- VoidCallback? onFilter,
- VoidCallback? onCreate,
- List<
Widget> ? extraActions, - RxInt? pageNumber,
- RxInt? totalPages,
- ValueChanged<
int> ? onPageChanged, - Widget? floatingActionButton,
Implementation
const UAdminScaffold({
required this.title,
required this.body,
super.key,
this.onFilter,
this.onCreate,
this.extraActions,
this.pageNumber,
this.totalPages,
this.onPageChanged,
this.floatingActionButton,
});