HomeScreen constructor

const HomeScreen(
  1. {Key key}
)

Implementation

const HomeScreen({
  Key key,
}) : super(key: key);