chipPadding property

EdgeInsets? chipPadding
final

The padding inside the chips, around the label.

Defaults to EdgeInsets.symmetric(horizontal: 12, vertical: 2).

Implementation

final EdgeInsets? chipPadding;