Unverified Commit 05736b55 authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

fix animated_size example (#83661)

parent 37f43283
......@@ -16,7 +16,7 @@ import 'ticker_provider.dart';
/// of the [AnimatedSize] widget, here a [FlutterLogo], to animate.
///
/// ```dart
/// class _MyStatefulWidgetState extends State<MyStatefulWidget> with SingleTickerProviderStateMixin {
/// class _MyStatefulWidgetState extends State<MyStatefulWidget> {
/// double _size = 50.0;
/// bool _large = false;
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment