UserSettings constructor

UserSettings({
  1. String? theme,
  2. bool? useSystemTheme,
})

Implementation

UserSettings({
  this.theme,
  this.useSystemTheme,
});