const FastCategory({ required this.labelText, required this.valueText, this.weight = 0.0, }) : assert(weight >= 0 && weight < 1000);