Unverified Commit 7a07b28c authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Fix typo in AnimatedWidget (#21091)

parent c5b7766c
......@@ -19,9 +19,8 @@ export 'package:flutter/rendering.dart' show RelativeRect;
/// [Listenable], but it can be used with any [Listenable], including
/// [ChangeNotifier] and [ValueNotifier].
///
/// [AnimatedWidget] is most useful for widgets widgets that are otherwise
/// stateless. To use [AnimatedWidget], simply subclass it and implement the
/// build function.
/// [AnimatedWidget] is most useful for widgets that are otherwise stateless. To
/// use [AnimatedWidget], simply subclass it and implement the build function.
///
/// For more complex case involving additional state, consider using
/// [AnimatedBuilder].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment