amount property

Logic amount
latefinal

The amount to increment/decrement by, depending on increments.

Implementation

late final Logic amount =
    fixedAmount != null ? Const(fixedAmount, width: width) : port('amount');