HomeFeed constructor

const HomeFeed({
  1. Key? key,
})

Implementation

const HomeFeed({
  super.key,
});