PipenApp constructor
const
PipenApp({
- Key? key,
- ModalRouteTheme? routeTheme,
- PipenComponentsTheme? componentsTheme,
- required Widget child,
Implementation
const PipenApp({super.key, this.routeTheme, this.componentsTheme, required this.child});