value property

double value
final

The current value of darkened progress, this value must be within range 0 - 1. This property can be animated with AnimationController or any type of mechanism that trigger a State.setState. In case of one need to simply animating between values, the use of AnimatedNightReader should be considered.

Implementation

final double value;