mirror of
https://github.com/flutter/samples.git
synced 2026-05-19 21:46:29 +00:00
Landing beta changes in master for the new stable release (#747)
This commit is contained in:
@@ -18,9 +18,9 @@ class AnimatedContainerDemo extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _AnimatedContainerDemoState extends State<AnimatedContainerDemo> {
|
||||
Color color;
|
||||
double borderRadius;
|
||||
double margin;
|
||||
late Color color;
|
||||
late double borderRadius;
|
||||
late double margin;
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
||||
Reference in New Issue
Block a user