selectedWeight method

double selectedWeight(
  1. int index
)

Implementation

double selectedWeight(int index) =>
    controller.minWeight + (index * controller.interval);