mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Lands beta branch into master for 2.5 (#895)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
class CarouselDemo extends StatelessWidget {
|
||||
|
||||
@@ -15,7 +15,7 @@ class RepeatingAnimationDemo extends StatefulWidget {
|
||||
class RepeatingAnimationDemoState extends State<RepeatingAnimationDemo>
|
||||
with SingleTickerProviderStateMixin {
|
||||
late final AnimationController _controller;
|
||||
late final Animation<BorderRadius> _borderRadius;
|
||||
late final Animation<BorderRadius?> _borderRadius;
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
||||
Reference in New Issue
Block a user