padding property

EdgeInsetsGeometry? padding
final

Empty space to inscribe inside the decoration. The child, if any, is placed inside this padding.

This padding is in addition to any padding inherent in the decoration; see Decoration.padding.

Implementation

final EdgeInsetsGeometry? padding;