alexeyinkin commented on code in PR #24865:
URL: https://github.com/apache/beam/pull/24865#discussion_r1063204853
##########
playground/frontend/lib/modules/examples/components/example_list/example_item_actions.dart:
##########
@@ -65,3 +59,21 @@ class ExampleItemActions extends StatelessWidget {
Provider.of<PopoverState>(context, listen: false).setOpen(isOpen);
}
}
+
+/// A wrapper of a standard size for icons in the example list.
+class _Icon extends StatelessWidget {
+ const _Icon(this.child);
Review Comment:
To a private class with a single argument this is overengineering.
--
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]