toggle method

void toggle()

Implementation

void toggle() => onChanged(!(state.value ?? false));