padding property

double? padding
final

Sets the padding for all sides of the card. If this is set it will override any values set for leftPadding, topPadding, rightPadding, or bottomPadding.

Implementation

final double? padding;