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
ddef473e
Unverified
Commit
ddef473e
authored
May 27, 2019
by
Todd Volkert
Committed by
GitHub
May 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clarification in Animation's listener API docs (#33363)
parent
75d75bfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
animation.dart
packages/flutter/lib/src/animation/animation.dart
+6
-0
No files found.
packages/flutter/lib/src/animation/animation.dart
View file @
ddef473e
...
...
@@ -63,6 +63,9 @@ abstract class Animation<T> extends Listenable implements ValueListenable<T> {
/// Stop calling the listener every time the value of the animation changes.
///
/// If `listener` is not currently registered as a listener, this method does
/// nothing.
///
/// Listeners can be added with [addListener].
@override
void
removeListener
(
VoidCallback
listener
);
...
...
@@ -74,6 +77,9 @@ abstract class Animation<T> extends Listenable implements ValueListenable<T> {
/// Stops calling the listener every time the status of the animation changes.
///
/// If `listener` is not currently registered as a status listener, this
/// method does nothing.
///
/// Listeners can be added with [addStatusListener].
void
removeStatusListener
(
AnimationStatusListener
listener
);
...
...
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