withInkWell method
Implementation
JsonWidgetInternalBuildersBuilder withInkWell() {
builders[JsonInkWellBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonInkWellBuilder.fromDynamic,
schemaId: InkWellSchema.id,
);
return this;
}
JsonWidgetInternalBuildersBuilder withInkWell() {
builders[JsonInkWellBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonInkWellBuilder.fromDynamic,
schemaId: InkWellSchema.id,
);
return this;
}