fragment function
Groups children without adding a host element.
Implementation
ReactNode fragment(ReactChildren children, {String? key}) =>
Fragment(normalizeChildren(children), key: key);
Groups children without adding a host element.
ReactNode fragment(ReactChildren children, {String? key}) =>
Fragment(normalizeChildren(children), key: key);