standardDescriptors property
The default descriptors used by the VyuhContentWidget. It includes the Document type and several content-types from the vyuh_feature_system package.
Implementation
static final standardDescriptors = [
ContentExtensionDescriptor(
contents: [
Document.descriptor(),
],
contentBuilders: [
Document.contentBuilder,
],
)
];