BarValue<T>.withValue constructor

BarValue<T>.withValue(
  1. T value,
  2. double max
)

Bar value, with item T and max value

Implementation

BarValue.withValue(T value, double max) : super(max, value: value);