small constant

ChipSize const small

Small chip - compact size.

Implementation

static const small = ChipSize(
  fontSize: 12,
  iconSize: 16,
  padding: EdgeInsets.symmetric(horizontal: 8, vertical: 5),
  borderRadius: 14,
  spacing: 3,
);