SwayConfig constructor
const
SwayConfig({})
Creates a SwayConfig.
Implementation
const SwayConfig({
this.baseLocale = 'en',
this.localeDir = 'lib/i18n',
this.outputFile = 'lib/i18n/sway.g.dart',
this.fallbackStrategy = 'baseLocale',
});