withSafeArea method
Implementation
JsonWidgetInternalBuildersBuilder withSafeArea() {
builders[JsonSafeAreaBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonSafeAreaBuilder.fromDynamic,
schemaId: SafeAreaSchema.id,
);
return this;
}