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
54b7b5c3
Unverified
Commit
54b7b5c3
authored
Mar 01, 2022
by
Renzo Olivares
Committed by
GitHub
Mar 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant properties passed to _Editable (#99192)
parent
1dd24b8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
editable_text.dart
packages/flutter/lib/src/widgets/editable_text.dart
+0
-12
No files found.
packages/flutter/lib/src/widgets/editable_text.dart
View file @
54b7b5c3
...
...
@@ -3286,10 +3286,6 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
textWidthBasis:
widget
.
textWidthBasis
,
obscuringCharacter:
widget
.
obscuringCharacter
,
obscureText:
widget
.
obscureText
,
autocorrect:
widget
.
autocorrect
,
smartDashesType:
widget
.
smartDashesType
,
smartQuotesType:
widget
.
smartQuotesType
,
enableSuggestions:
widget
.
enableSuggestions
,
offset:
offset
,
onCaretChanged:
_handleCaretChanged
,
rendererIgnoresPointer:
widget
.
rendererIgnoresPointer
,
...
...
@@ -3392,10 +3388,6 @@ class _Editable extends MultiChildRenderObjectWidget {
this
.
locale
,
required
this
.
obscuringCharacter
,
required
this
.
obscureText
,
required
this
.
autocorrect
,
required
this
.
smartDashesType
,
required
this
.
smartQuotesType
,
required
this
.
enableSuggestions
,
required
this
.
offset
,
this
.
onCaretChanged
,
this
.
rendererIgnoresPointer
=
false
,
...
...
@@ -3452,10 +3444,6 @@ class _Editable extends MultiChildRenderObjectWidget {
final
bool
obscureText
;
final
TextHeightBehavior
?
textHeightBehavior
;
final
TextWidthBasis
textWidthBasis
;
final
bool
autocorrect
;
final
SmartDashesType
smartDashesType
;
final
SmartQuotesType
smartQuotesType
;
final
bool
enableSuggestions
;
final
ViewportOffset
offset
;
final
CaretChangedHandler
?
onCaretChanged
;
final
bool
rendererIgnoresPointer
;
...
...
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