LitLocalizationController constructor
const
LitLocalizationController({
- bool debug = false,
Creates a LitLocalizationController.
debug
states wheter to show the debug output.
Implementation
const LitLocalizationController({
this.debug = false,
});