defaultCancelChipButtonStyle top-level property

ButtonStyle defaultCancelChipButtonStyle
final

Implementation

final defaultCancelChipButtonStyle = TextButton.styleFrom(
  padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
  alignment: Alignment.center,
  backgroundColor: const Color(0xffc4fffc),
  shape: const RoundedRectangleBorder(
    borderRadius: BorderRadius.all(Radius.circular(32)),
  ),
);