isChangeNegative property

  1. @HostBinding.new('class.is-change-negative')
bool get isChangeNegative

Whether the description field should be styled as a negative change.

Implementation

@HostBinding('class.is-change-negative')
bool get isChangeNegative => _isChangeNegative;