Skip to content

Commit

Permalink
Fix schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Sep 27, 2023
1 parent 35b0ab3 commit 3aa065a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions json_theme/lib/src/schema/schemas.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ class Schemas {
BoxConstraintsSchema.id: BoxConstraintsSchema.schema,
BoxDecorationSchema.id: BoxDecorationSchema.schema,
BoxFitSchema.id: BoxFitSchema.schema,
BoxHeightStyleSchema.id: BoxHeightStyleSchema.schema,
BoxShadowSchema.id: BoxShadowSchema.schema,
BoxShapeSchema.id: BoxShapeSchema.schema,
BoxWidthStyleSchema.id: BoxWidthStyleSchema.schema,
BrightnessSchema.id: BrightnessSchema.schema,
ButtonBarLayoutBehaviorSchema.id: ButtonBarLayoutBehaviorSchema.schema,
ButtonBarThemeDataSchema.id: ButtonBarThemeDataSchema.schema,
Expand Down

0 comments on commit 3aa065a

Please sign in to comment.