alexeyinkin commented on code in PR #24338:
URL: https://github.com/apache/beam/pull/24338#discussion_r1033217883


##########
playground/frontend/lib/modules/examples/example_selector.dart:
##########
@@ -50,36 +48,9 @@ class ExampleSelector extends StatefulWidget {
   State<ExampleSelector> createState() => _ExampleSelectorState();
 }
 
-class _ExampleSelectorState extends State<ExampleSelector>
-    with TickerProviderStateMixin {
-  final GlobalKey selectorKey = LabeledGlobalKey('ExampleSelector');
-  late OverlayEntry? examplesDropdown;
-  late AnimationController animationController;
-  late Animation<Offset> offsetAnimation;
-
-  final TextEditingController textController = TextEditingController();
-  final ScrollController scrollController = ScrollController();
-
-  @override
-  void initState() {
-    super.initState();
-    animationController = AnimationController(

Review Comment:
   Let this await here: https://github.com/apache/beam/issues/24371



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to