LocalizationTableDelegate constructor

LocalizationTableDelegate(
  1. String assetPath, {
  2. List<Locale>? supportedLocals,
})

Implementation

LocalizationTableDelegate(this.assetPath, {this.supportedLocals});