HomeScreen constructor

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

Creates a new HomeScreen instance.

Implementation

const HomeScreen({
  super.key,
});