Skip to content

Commit

Permalink
Update forui/lib/src/theme/font/font_data.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Ngeo <[email protected]>
  • Loading branch information
kawaijoe and Pante authored May 9, 2024
1 parent c5f3b50 commit f4cd690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forui/lib/src/theme/font/font_data.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';

/// A class that holds the font data.
/// The default font data that is inherited from a [FTheme] by child Forui widgets.
class FFontData {
/// The size that corresponds to the `fontSize` property on [TextStyle].
final double fontSize;
Expand Down

0 comments on commit f4cd690

Please sign in to comment.