withOverflowBox method

void withOverflowBox()

Implementation

void withOverflowBox() {
  _builders[JsonOverflowBoxBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonOverflowBoxBuilder.fromDynamic,
    schemaId: OverflowBoxSchema.id,
  );
  _schemas[OverflowBoxSchema.id] = OverflowBoxSchema.schema;
}