mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typo in AnimatedWidget (#21091)
This commit is contained in:
parent
c5b7766cbb
commit
7a07b28c93
@ -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].
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user