Skip to content

Commit

Permalink
Add blank line after first sentence of doc comment for fontFamily (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed May 6, 2022
1 parent aa60e90 commit ac30842
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/flutter/lib/src/painting/text_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,9 @@ class TextStyle with Diagnosticable {
/// specified in one place, it will dominate [color] in another.
final Color? backgroundColor;

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

0 comments on commit ac30842

Please sign in to comment.