This commit is contained in:
Shawn 2023-04-18 11:22:29 -06:00
parent 8b55cca3a0
commit 0f2e2afd9b

View File

@ -18,9 +18,8 @@ part 'widgets/_events_list.dart';
part 'widgets/_timeline_btn.dart'; part 'widgets/_timeline_btn.dart';
part 'widgets/_wonder_image_with_timeline.dart'; part 'widgets/_wonder_image_with_timeline.dart';
//TODO: Maintain scroll position when switching from portrait to landscape
class WonderEvents extends StatefulWidget { class WonderEvents extends StatefulWidget {
WonderEvents({Key? key, required this.type}) : super(key: key); const WonderEvents({Key? key, required this.type}) : super(key: key);
final WonderType type; final WonderType type;
@override @override