amount property
latefinal
The amount to increment/decrement by, depending on increments.
Implementation
late final Logic amount =
fixedAmount != null ? Const(fixedAmount, width: width) : port('amount');
The amount to increment/decrement by, depending on increments.
late final Logic amount =
fixedAmount != null ? Const(fixedAmount, width: width) : port('amount');