clearValue method

void clearValue()

Implementation

void clearValue() {
  setState(() {
    _effectiveController!.text = '';
  });
}