withSafeArea method

void withSafeArea()

Implementation

void withSafeArea() {
  _builders[JsonSafeAreaBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonSafeAreaBuilder.fromDynamic,
    schemaId: SafeAreaSchema.id,
  );
  _schemas[SafeAreaSchema.id] = SafeAreaSchema.schema;
}