padding property

EdgeInsetsGeometry? padding
final

The padding around the action buttons.

If not specified, it defaults to EdgeInsets.symmetric(vertical: 10, horizontal: 8).

Implementation

final EdgeInsetsGeometry? padding;