setFalse method

void setFalse()

make the value of the ValueNotifier false

Implementation

void setFalse() => value = false;