const LinearGauge({ required this.maxValue, required this.minValue, required this.actualValue, Key? key, }) : super(key: key);