padding property

EdgeInsetsGeometry? padding
final

The amount of space to surround the child inside the bounds of the button.

Leave blank to use the default padding provided by _kSmallButtonPadding or _kLargeButtonPadding.

Implementation

final EdgeInsetsGeometry? padding;