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
a6cdc2b7
Unverified
Commit
a6cdc2b7
authored
Jun 15, 2018
by
Jonah Williams
Committed by
GitHub
Jun 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention Text.rich on RichText (#18434)
parent
1793ed79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+5
-3
No files found.
packages/flutter/lib/src/widgets/basic.dart
View file @
a6cdc2b7
...
@@ -4244,9 +4244,11 @@ class Flow extends MultiChildRenderObjectWidget {
...
@@ -4244,9 +4244,11 @@ class Flow extends MultiChildRenderObjectWidget {
/// [BuildContext] to provide defaults. For more details on how to style text in
/// [BuildContext] to provide defaults. For more details on how to style text in
/// a [RichText] widget, see the documentation for [TextStyle].
/// a [RichText] widget, see the documentation for [TextStyle].
///
///
/// When all the text uses the same style, consider using the [Text] widget,
/// Consider using the [Text] widget to integrate with the [DefaultTextStyle]
/// which is less verbose and integrates with [DefaultTextStyle] for default
/// automatically. When all the text uses the same style, the default constructor
/// styling.
/// is less verbose. The [Text.rich] constructor allows you to style multiple
/// spans with the default text style while still allowing specified styles per
/// span.
///
///
/// ## Sample code
/// ## Sample code
///
///
...
...
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