UserPassesWidget constructor
const
UserPassesWidget({})
Implementation
const UserPassesWidget({
super.key,
required this.isLoading,
required this.isLoadingNextPage,
required this.orders,
required this.goToNextPage,
required this.onRefresh,
});