large constant

ChipSize const large

Large chip - prominent size.

Implementation

static const large = ChipSize(
  fontSize: 16,
  iconSize: 24,
  padding: EdgeInsets.symmetric(horizontal: 16, vertical: 10),
  borderRadius: 24,
  spacing: 6,
);