setSourceFeature method

dynamic setSourceFeature(
  1. String? featureName
)

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);
}