alexeyinkin commented on code in PR #24338:
URL: https://github.com/apache/beam/pull/24338#discussion_r1043306583
##########
playground/frontend/playground_components/lib/src/widgets/toasts/toast.dart:
##########
@@ -66,27 +74,32 @@ class BaseNotification extends StatelessWidget {
);
}
- Widget _renderNotificationContent(BuildContext context) {
+ Widget _content(BuildContext context) {
final textTheme = Theme.of(context).textTheme.bodyText1;
Review Comment:
Do you mean the deprecation of Material 2 in favor of Material 3? A lot of
apps depend on it, and it's hard to migrate.
M2 is not even deprecated in code with `@Deprecated` yet. There will be a
lot of howtos when they decide to decommission it, we should wait.
--
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]