From 483dd3d4a0a3a1d0f7c7422361e9f5f093a797d6 Mon Sep 17 00:00:00 2001 From: Joe Kawai Date: Wed, 29 May 2024 20:58:03 +0800 Subject: [PATCH] Update forui/lib/src/theme/font.dart Co-authored-by: Matthias Ngeo --- forui/lib/src/theme/font.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/forui/lib/src/theme/font.dart b/forui/lib/src/theme/font.dart index b523b35a0..54a17885d 100644 --- a/forui/lib/src/theme/font.dart +++ b/forui/lib/src/theme/font.dart @@ -78,6 +78,7 @@ final class FFont with Diagnosticable { /// The font size for large text. Defaults to 18. /// + /// ## Contract: /// Throws an [AssertionError] if: /// * `lg` <= 0.0 /// * `lg` is NaN