onSemanticDecrease property

set onSemanticDecrease (SemanticDecreaseCallback? value)

Implementation

set onSemanticDecrease(SemanticDecreaseCallback? value) {
  _onSemanticDecrease = value;
}