multiplier method

double multiplier()

Implementation

double multiplier() => ((a * pow(1 - b, path.width - 2)) + 1).toDouble();