AndrossySettings constructor

const AndrossySettings({
  1. ThemeMode theme = ThemeMode.system,
  2. Locale? locale,
})

Implementation

const AndrossySettings({
  this.theme = ThemeMode.system,
  this.locale,
});