padding property

EdgeInsetsGeometry? padding
final

The padding added to the badge's label.

This value is only used if label is non-null.

Defaults to the BadgeTheme's padding, or 4 pixels on the left and right if the theme's value is null.

Implementation

final EdgeInsetsGeometry? padding;