HomePage constructor

const HomePage({
  1. required JocaaguraShowcase jocaaguraShowcase,
  2. Key? key,
})

Implementation

const HomePage({
  required this.jocaaguraShowcase,
  super.key,
});