File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ abstract class MessageActionSheetMenuItemButton extends StatelessWidget {
117
117
trailingIcon: Icon (icon),
118
118
onPressed: () => onPressed (context),
119
119
style: ButtonStyle (
120
- padding: const MaterialStatePropertyAll (EdgeInsets .symmetric (vertical: 10 ,horizontal: 15 )),
121
- backgroundColor: MaterialStatePropertyAll (_kActionSheetMenuItemButtonsColor),
122
- iconColor: MaterialStatePropertyAll (_kActionSheetIconColor),
123
- shape: MaterialStatePropertyAll (
120
+ padding: const WidgetStatePropertyAll (EdgeInsets .symmetric (vertical: 10 ,horizontal: 15 )),
121
+ backgroundColor: WidgetStatePropertyAll (_kActionSheetMenuItemButtonsColor),
122
+ iconColor: WidgetStatePropertyAll (_kActionSheetIconColor),
123
+ shape: WidgetStatePropertyAll (
124
124
RoundedRectangleBorder (
125
125
// If the element is the first element we have the border of first element
126
126
// If the element is the last element we have the border of last element
You can’t perform that action at this time.
0 commit comments