Fix typo in AnimatedWidgetBaseState (#93536)
This commit is contained in:
parent
f23e515861
commit
d8fcd8147a
@ -541,7 +541,7 @@ abstract class ImplicitlyAnimatedWidgetState<T extends ImplicitlyAnimatedWidget>
|
|||||||
/// A base class for widgets with implicit animations that need to rebuild their
|
/// A base class for widgets with implicit animations that need to rebuild their
|
||||||
/// widget tree as the animation runs.
|
/// widget tree as the animation runs.
|
||||||
///
|
///
|
||||||
/// This class calls [build] each frame that the animation tickets. For a
|
/// This class calls [build] each frame that the animation ticks. For a
|
||||||
/// variant that does not rebuild each frame, consider subclassing
|
/// variant that does not rebuild each frame, consider subclassing
|
||||||
/// [ImplicitlyAnimatedWidgetState] directly.
|
/// [ImplicitlyAnimatedWidgetState] directly.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user