buttonPadding property Null safety
final
Padding for a ButtonBar button's child (typically the button's label).
This will override the surrounding ButtonThemeData.padding setting for buttons contained in the ButtonBar.
Implementation
final EdgeInsetsGeometry? buttonPadding;