clone method
Creates a copy of this portal that can also be attached.
Implementation
@override
TemplatePortal clone() => TemplatePortal(template, viewContainer);
Creates a copy of this portal that can also be attached.
@override
TemplatePortal clone() => TemplatePortal(template, viewContainer);