fragment function
Creates a fragment node from normalized children.
Implementation
FlintFragment fragment(List<Object?> children) {
return FlintFragment(
children.map(component_props.toFlintNode).toList(growable: false),
);
}
Creates a fragment node from normalized children.
FlintFragment fragment(List<Object?> children) {
return FlintFragment(
children.map(component_props.toFlintNode).toList(growable: false),
);
}