PipenApp constructor

const PipenApp({
  1. Key? key,
  2. ModalRouteTheme? routeTheme,
  3. PipenComponentsTheme? componentsTheme,
  4. required Widget child,
})

Implementation

const PipenApp({super.key, this.routeTheme, this.componentsTheme, required this.child});