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; ...@@ -19,9 +19,8 @@ export 'package:flutter/rendering.dart' show RelativeRect;
/// [Listenable], but it can be used with any [Listenable], including /// [Listenable], but it can be used with any [Listenable], including
/// [ChangeNotifier] and [ValueNotifier]. /// [ChangeNotifier] and [ValueNotifier].
/// ///
/// [AnimatedWidget] is most useful for widgets widgets that are otherwise /// [AnimatedWidget] is most useful for widgets that are otherwise stateless. To
/// stateless. To use [AnimatedWidget], simply subclass it and implement the /// use [AnimatedWidget], simply subclass it and implement the build function.
/// build function.
/// ///
/// For more complex case involving additional state, consider using /// For more complex case involving additional state, consider using
/// [AnimatedBuilder]. /// [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