Skip to content

Commit

Permalink
[dev] fix: remove nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Dec 26, 2024
1 parent 5ce6e50 commit 09df838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/preferences/enums/font.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum Font {
;

/// The name of the font family.
final String? familyName;
final String familyName;

/// The name of the font family to display.
final String displayName;
Expand Down

0 comments on commit 09df838

Please sign in to comment.