show method

dynamic show(
  1. int index
)

Implementation

show(int index) {
  this.index = index;
  if (!isShow) {
    isShow = true;
  }
  notifyListeners();
}