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
31e881f3
Unverified
Commit
31e881f3
authored
Aug 19, 2020
by
chunhtai
Committed by
GitHub
Aug 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ununsed deprecated field (#64076)
parent
d69ae363
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+0
-7
text.dart
packages/flutter/lib/src/widgets/text.dart
+0
-7
No files found.
packages/flutter/lib/src/widgets/basic.dart
View file @
31e881f3
...
...
@@ -5214,13 +5214,6 @@ class RichText extends MultiChildRenderObjectWidget {
this
.
strutStyle
,
this
.
textWidthBasis
=
TextWidthBasis
.
parent
,
this
.
textHeightBehavior
,
@Deprecated
(
'This parameter is a temporary flag to migrate the internal tests and '
'should not be used in other contexts. For more details, see '
'https://github.com/flutter/flutter/issues/59316. '
'This feature was deprecated after v1.19.0.'
)
bool
applyTextScaleFactorToWidgetSpan
=
false
,
})
:
assert
(
text
!=
null
),
assert
(
textAlign
!=
null
),
assert
(
softWrap
!=
null
),
...
...
packages/flutter/lib/src/widgets/text.dart
View file @
31e881f3
...
...
@@ -388,13 +388,6 @@ class Text extends StatelessWidget {
this
.
semanticsLabel
,
this
.
textWidthBasis
,
this
.
textHeightBehavior
,
@Deprecated
(
'This parameter is a temporary flag to migrate the internal tests and '
'should not be used in other contexts. For more details, please check '
'https://github.com/flutter/flutter/issues/59316. '
'This feature was deprecated after v1.19.0.'
)
bool
applyTextScaleFactorToWidgetSpan
=
false
,
})
:
assert
(
textSpan
!=
null
,
'A non-null TextSpan must be provided to a Text.rich widget.'
,
...
...
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