contentPadding property

EdgeInsets contentPadding
final

The EdgeInsets used for the Padding of the buttons' content.

The default value is EdgeInsets.symmetric(horizontal: 4).

Implementation

final EdgeInsets contentPadding;