LocalizedApp constructor

const LocalizedApp({
  1. Key? key,
  2. Widget? child,
})

Implementation

const LocalizedApp({super.key, this.child});