DashboardScreen constructor

const DashboardScreen({
  1. Key? key,
  2. required InitConfig initConfig,
})

Implementation

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