LocaleController constructor

LocaleController({
  1. String locale = "en",
})

Implementation

LocaleController({this.locale = "en"});