updateChange method

void updateChange()

Implementation

void updateChange() {
  if (widget.enableClick) {
    final containerManger = FunctionContainer.of(context);
    containerManger?.mangerState?.updateChange(widget.index);
  }
}