AppModuleInitScreen constructor

AppModuleInitScreen({
  1. required String initName,
  2. required String initImage,
  3. required String initDescription,
})

Implementation

AppModuleInitScreen({
  required this.initName,
  required this.initImage,
  required this.initDescription,
});