File tree 1 file changed +10
-0
lines changed
packages/flutter/lib/src/material 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ abstract class ButtonStyleButton extends StatefulWidget {
86
86
required this .clipBehavior,
87
87
this .statesController,
88
88
this .isSemanticButton = true ,
89
+ @Deprecated (
90
+ 'Remove this parameter as it is now ignored. '
91
+ 'Use ButtonStyle.iconAlignment instead. '
92
+ 'This feature was deprecated after v3.28.0-1.0.pre.' ,
93
+ )
89
94
this .iconAlignment,
90
95
this .tooltip,
91
96
required this .child,
@@ -158,6 +163,11 @@ abstract class ButtonStyleButton extends StatefulWidget {
158
163
final bool ? isSemanticButton;
159
164
160
165
/// {@macro flutter.material.ButtonStyleButton.iconAlignment}
166
+ @Deprecated (
167
+ 'Remove this parameter as it is now ignored. '
168
+ 'Use ButtonStyle.iconAlignment instead. '
169
+ 'This feature was deprecated after v3.28.0-1.0.pre.' ,
170
+ )
161
171
final IconAlignment ? iconAlignment;
162
172
163
173
/// Text that describes the action that will occur when the button is pressed or
You can’t perform that action at this time.
0 commit comments