const BarMeter( {Key? key, required this.rate, this.maxRate = 5, this.width = 10.0}) : super(key: key);