setSourceFeature method
Updates the source feature for this builder and its layouts.
This is called internally by the content system and should not be called directly.
Implementation
setSourceFeature(String? featureName) {
_sourceFeature = featureName;
defaultLayoutDescriptor.setSourceFeature(featureName);
}