AntApp constructor

const AntApp({
  1. Key? key,
  2. Widget? home,
  3. bool showPerformanceOverlay = false,
})

Implementation

const AntApp({
  Key? key,
  this.home,
  this.showPerformanceOverlay = false,
})  : routeInformationParser = null,
      routerDelegate = null,
      super(key: key);