LitLocalizationController constructor

const LitLocalizationController({
  1. bool debug = false,
})

Creates a LitLocalizationController.

  • debug states wheter to show the debug output.

Implementation

const LitLocalizationController({
  this.debug = false,
});