mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Beta (#1234)
This commit is contained in:
@@ -10,7 +10,7 @@ class CurvedAnimationDemo extends StatefulWidget {
|
||||
static const String routeName = '/misc/curved_animation';
|
||||
|
||||
@override
|
||||
_CurvedAnimationDemoState createState() => _CurvedAnimationDemoState();
|
||||
State<CurvedAnimationDemo> createState() => _CurvedAnimationDemoState();
|
||||
}
|
||||
|
||||
class CurveChoice {
|
||||
|
||||
Reference in New Issue
Block a user