LocalizedApp constructor

LocalizedApp(
  1. LocalizationDelegate delegate,
  2. Widget child
)

Implementation

LocalizedApp(this.delegate, this.child);