withExpanded method

Implementation

JsonWidgetInternalBuildersBuilder withExpanded() {
  builders[JsonExpandedBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonExpandedBuilder.fromDynamic,
    schemaId: ExpandedSchema.id,
  );
  return this;
}