KoukiconsElectricalSensor constructor

KoukiconsElectricalSensor({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. Color? color,
})

Implementation

KoukiconsElectricalSensor({Key? key, this.height, this.width, this.color}) : super(key: key);