ModularApp constructor
const
ModularApp({})
Implementation
const ModularApp({
Key? key,
required this.module,
required this.child,
this.debugMode = true,
this.notAllowedParentBinds = false,
}) : super(key: key);