onHighlight property

void onHighlight=(OnItemAction newValue)

Implementation

set onHighlight(OnItemAction newValue) {
  // It is necessary to change only the [onHighlight] implementation.
  // The identifier should remain the same since it is used only to
  // assure uniqueness.
  this.methods['$_onHighlight'] = newValue;
}