isChangePositive property

  1. @HostBinding.new('class.is-change-positive')
bool get isChangePositive

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

Implementation

@HostBinding('class.is-change-positive')
bool get isChangePositive => _isChangePositive;