onCurrentRate abstract method

void onCurrentRate(
  1. int rate, {
  2. bool down = false,
  3. bool show = false,
})

Implementation

void onCurrentRate(int rate, {bool down = false, bool show = false});