Skip to content

Commit b3d957f

Browse files
Changed display text in text interpolation
1 parent d929132 commit b3d957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Screens/text_interpolation.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class _text_interpolation extends State<text_interpolation> {
4141
tween: Tween<double>(begin: 1.0, end: 30.0),
4242
duration: const Duration(seconds: 2),
4343
builder: (BuildContext context, double value, Widget? child) {
44-
return Text('Text Animation',
44+
return Text('Text Interpolation',
4545
style:
4646
TextStyle(fontWeight: FontWeight.bold, fontSize: value));
4747
},

0 commit comments

Comments
 (0)