increment property
int
get
increment
The amount to increment the tab's action count by. Negative values will decrement the count.
Implementation
int get increment => _wrapped.increment;
set
increment
(int v)
Implementation
set increment(int v) {
_wrapped.increment = v;
}