withMaterial method

Implementation

JsonWidgetInternalBuildersBuilder withMaterial() {
  builders[JsonMaterialBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonMaterialBuilder.fromDynamic,
    schemaId: MaterialSchema.id,
  );
  return this;
}