File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/flutter/lib/src/material Expand file tree Collapse file tree 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 {
8686 required this .clipBehavior,
8787 this .statesController,
8888 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+ )
8994 this .iconAlignment,
9095 this .tooltip,
9196 required this .child,
@@ -158,6 +163,11 @@ abstract class ButtonStyleButton extends StatefulWidget {
158163 final bool ? isSemanticButton;
159164
160165 /// {@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+ )
161171 final IconAlignment ? iconAlignment;
162172
163173 /// 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