onChanged method

dynamic onChanged()

Implementation

onChanged() {
  count.value = (25 - nameController.text.length);
}