BubbleValue<T> constructor

BubbleValue<T>(
  1. double max
)

Simple bubble value with max value

Implementation

BubbleValue(double max) : super(max, min: max);