buttonPadding property
final
The padding that surrounds each button in actions.
This is different from actionsPadding, which defines the padding between the entire button bar and the edges of the dialog.
If this property is null, then it will default to 8.0 logical pixels on the left and right.
Implementation
final EdgeInsetsGeometry? buttonPadding;