changeIconBand method

dynamic changeIconBand(
  1. String counter
)

Implementation

changeIconBand(String counter) {
  iconBand = counter;
  notifyListeners();
}