appendParent method
Implementation
void appendParent(BuildContext context, List<Widget> widgets) {
if (parent != null) {
widgets.add(postTL(context, parent!));
}
}
void appendParent(BuildContext context, List<Widget> widgets) {
if (parent != null) {
widgets.add(postTL(context, parent!));
}
}