- Flutter Widget Livebook

Chip

A material design chip.

Example

Chip(
  avatar: CircleAvatar(
    backgroundColor: Colors.grey.shade800,
    child: Text('AB'),
  ),
  label: Text('Aaron Burr'),
)

Related Links

  1. Example
  2. Related Links