onChange method

dynamic onChange(
  1. dynamic val
)

Implementation

onChange(val) {
  //we are not exposing our internal onChange handler
  //hence allowing a to interact with our controller only through a limited interface
  _onTyping();
}