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