HomeContent constructor

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

Implementation

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