onControlValueChanged method

  1. @protected
  2. @mustCallSuper
void onControlValueChanged(
  1. dynamic value
)

Implementation

@protected
@mustCallSuper
void onControlValueChanged(dynamic value) {
  _checkTouchedState();
}