width property
New width of partial products generated from the multiplicand.
Implementation
int get width => multiplicand.width + shift - 1;
New width of partial products generated from the multiplicand.
int get width => multiplicand.width + shift - 1;