DashboardScreen constructor

const DashboardScreen({
  1. Key? key,
  2. required int childIndex,
})

Creates a DashboardScreen with the given childIndex.

Implementation

const DashboardScreen({super.key, required this.childIndex});