CustomMaterialApp constructor
const
CustomMaterialApp({})
Implementation
const CustomMaterialApp({
Key? key,
required this.home,
required this.color,
required this.type,
this.title,
this.theme,
}) : super(key: key);