Skip to content

Commit ac30842

Browse files
Add blank line after first sentence of doc comment for fontFamily (#103119)
1 parent aa60e90 commit ac30842

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/flutter/lib/src/painting/text_style.dart

+3-2
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,9 @@ class TextStyle with Diagnosticable {
529529
/// specified in one place, it will dominate [color] in another.
530530
final Color? backgroundColor;
531531

532-
/// The name of the font to use when painting the text (e.g., Roboto). If the
533-
/// font is defined in a package, this will be prefixed with
532+
/// The name of the font to use when painting the text (e.g., Roboto).
533+
///
534+
/// If the font is defined in a package, this will be prefixed with
534535
/// 'packages/package_name/' (e.g. 'packages/cool_fonts/Roboto'). The
535536
/// prefixing is done by the constructor when the `package` argument is
536537
/// provided.

0 commit comments

Comments
 (0)