void show(int index, {double? offsetY}) { isExpand = true; headerIndex = index; viewOffsetY = offsetY ?? -1.0; notifyListeners(); }