HomePage constructor
const
HomePage({
- required JocaaguraShowcase jocaaguraShowcase,
- Key? key,
Implementation
const HomePage({
required this.jocaaguraShowcase,
super.key,
});