clickBanner method

dynamic clickBanner([
  1. dynamic index = 0
])

Implementation

clickBanner([index = 0]) {
  onTap?.call(index);
}