defaultChipMargin property
EdgeInsetsGeometry
get
defaultChipMargin
default chip margin
Implementation
EdgeInsetsGeometry get defaultChipMargin => widget.wrapped
? ChipSelection.defaultWrappedChipMargin
: ChipSelection.defaultScrollableChipMargin;