mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
fix missing variable name (#28944)
This commit is contained in:
parent
dd94499418
commit
ec27e04582
@ -20,7 +20,7 @@ import 'tween.dart';
|
||||
/// 10.0 for the final 40%:
|
||||
///
|
||||
/// ```dart
|
||||
/// final Animation<double> = TweenSequence(
|
||||
/// final Animation<double> animation = TweenSequence(
|
||||
/// <TweenSequenceItem<double>>[
|
||||
/// TweenSequenceItem<double>(
|
||||
/// tween: Tween<double>(begin: 5.0, end: 10.0)
|
||||
|
Loading…
Reference in New Issue
Block a user