translationChanged method

void translationChanged()

Implementation

void translationChanged() {
  if (!mounted) return;
  setState(() {});
}