ToWatchScreen constructor

const ToWatchScreen({
  1. Key? key,
  2. required FavoritesService favoritesService,
})

Creates a new ToWatchScreen widget.

Implementation

const ToWatchScreen({super.key, required this.favoritesService});