withStack method

void withStack()

Implementation

void withStack() {
  _builders[JsonStackBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonStackBuilder.fromDynamic,
    schemaId: StackSchema.id,
  );
  _schemas[StackSchema.id] = StackSchema.schema;
}