DashboardScreen constructor

const DashboardScreen(
  1. {Key? key,
  2. bool? redirectEventFeed,
  3. int? currentIndex}
)

Implementation

const DashboardScreen({super.key, this.redirectEventFeed, this.currentIndex});