Mix IconMixEffortlessly build Flutter design systems.
Docs
GitHub
  • Introduction
    • Installation
    • Getting started
  • Concepts
    • Attributes and Utilities
    • Mixing
    • Mixable widgets
    • Variants
    • Decorators
  • Theme
    • Mix Theme
    • Design Tokens
    • Space tokens
  • Headless Widgets
    • Introduction
    • Alert Dialog
    • Card
    • Checkbox
    • Chip
    • Radio Button
    • Switch
  • FAQ
  • Docs
    • Introduction
      • Installation
      • Getting started
    • Concepts
      • Attributes and Utilities
      • Mixing
      • Mixable widgets
      • Variants
      • Decorators
    • Theme
      • Mix Theme
      • Design Tokens
      • Space tokens
    • Headless Widgets
      • Introduction
      • Alert Dialog
      • Card
      • Checkbox
      • Chip
      • Radio Button
      • Switch
    • FAQ
Docs
/
Headless Widgets
/
Chip

Chip

Chips are compact elements that represent an input, attribute, or action. They allow users to enter information, make selections, filter content, or trigger actions.

ChipX(
  children: const [IconMix(icon: Icons.add), TextMix('Lorem')],
  onPressed: () => debugPrint('ChipX pressed'),
),
Checkbox
Radio Button
Edit this page on GitHub