Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
ac30842c
Unverified
Commit
ac30842c
authored
May 06, 2022
by
Nils Reichardt
Committed by
GitHub
May 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add blank line after first sentence of doc comment for `fontFamily` (#103119)
parent
aa60e907
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
text_style.dart
packages/flutter/lib/src/painting/text_style.dart
+3
-2
No files found.
packages/flutter/lib/src/painting/text_style.dart
View file @
ac30842c
...
@@ -529,8 +529,9 @@ class TextStyle with Diagnosticable {
...
@@ -529,8 +529,9 @@ class TextStyle with Diagnosticable {
/// specified in one place, it will dominate [color] in another.
/// specified in one place, it will dominate [color] in another.
final
Color
?
backgroundColor
;
final
Color
?
backgroundColor
;
/// The name of the font to use when painting the text (e.g., Roboto). If the
/// The name of the font to use when painting the text (e.g., Roboto).
/// font is defined in a package, this will be prefixed with
///
/// If the font is defined in a package, this will be prefixed with
/// 'packages/package_name/' (e.g. 'packages/cool_fonts/Roboto'). The
/// 'packages/package_name/' (e.g. 'packages/cool_fonts/Roboto'). The
/// prefixing is done by the constructor when the `package` argument is
/// prefixing is done by the constructor when the `package` argument is
/// provided.
/// provided.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment