padding property

EdgeInsetsGeometry? padding

The padding between the contents of the chip and the outside shape.

If this is null and ThemeData.useMaterial3 is true, then a padding of 8.0 logical pixels on all sides is used. Otherwise, it defaults to a padding of 4.0 logical pixels on all sides.

Implementation

EdgeInsetsGeometry? get padding;