xchanged method

void xchanged()

Implementation

void xchanged() {
  setState(() {
    if (!isVisible) {
      isVisible = true;
    }
  });
}