padding property

EdgeInsetsGeometry? padding
final

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

If padding is not specified, the default space will be calculated based on the selected clipper type.

Implementation

final EdgeInsetsGeometry? padding;