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