Skip to content

Commit

Permalink
[325] fix: remove null
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Dec 26, 2024
1 parent 117056d commit a25abb6
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 a25abb6

Please sign in to comment.