withAppBar method

Implementation

JsonWidgetInternalBuildersBuilder withAppBar() {
  builders[JsonAppBarBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonAppBarBuilder.fromDynamic,
    schemaId: AppBarSchema.id,
  );
  return this;
}