testWidgets('AppBar.iconTheme should override any IconButtonTheme present in the theme for widgets containing an iconButton - M3',(WidgetTestertester)async{
testWidgets('AppBar.actionsIconTheme should override any IconButtonTheme present in the theme - M3',(WidgetTestertester)async{
finalThemeDatathemeData=ThemeData(
iconButtonTheme:IconButtonThemeData(
...
...
@@ -3275,6 +3308,40 @@ void main() {
expect(actionIconButtonSize(),30.0);
});
testWidgets('AppBar.actionsIconTheme should override any IconButtonTheme present in the theme for widgets containing an iconButton - M3',(WidgetTestertester)async{