@override String? get tag { if (!reuseController) { if (tagRepeat != null) return tagRepeat; return PageStack.current(tagSymbol); } return null; }