CardConfiguration constructor

CardConfiguration({
  1. String degrees = 'C',
  2. bool isDisplayWeather = true,
  3. bool isDisplayHistory = true,
})

Implementation

CardConfiguration(
    {this.degrees = 'C',
    this.isDisplayWeather = true,
    this.isDisplayHistory = true});