FavoritesScreenBody constructor Null safety

const FavoritesScreenBody(
  1. {Key? key}
)

Implementation

const FavoritesScreenBody({Key? key}) : super(key: key);