clear method

  1. @override
void clear()
override

Set the value to false of the current state.

Implementation

@override
void clear() => updateInitialValue(false);