ConsumerHomeScreen constructor

const ConsumerHomeScreen({
  1. Key? key,
  2. int initialIndex = 0,
})

Implementation

const ConsumerHomeScreen({super.key, this.initialIndex = 0});