copyWith method
Creates a copy of this node with the given properties. Used in filter to create a copy of the sub-tree.
Implementation
@override
Story<TWidget, TArgs> copyWith({
String? name,
List<v3.WidgetbookNode>? children,
}) {
return this;
}