modify method

void modify(
  1. Color borderColor,
  2. Color progressColor,
  3. Color backgroundColor
)

change the outlook of the widgeton the fly

Implementation

void modify(Color borderColor, Color progressColor, Color backgroundColor) {
  widgetState.modifyWidget(borderColor, progressColor, backgroundColor);
}