ThermostatWidget constructor
ThermostatWidget(
- ThermostatProvider _thermostatProvider, {
- Color textColor = WidgetStyleConstants.darkTextColor,
- Key? key,
Implementation
ThermostatWidget(this._thermostatProvider,
{Color textColor = WidgetStyleConstants.darkTextColor, Key? key})
: super(key: key) {
this._textColor = textColor;
}