avatar property

  1. @override
Widget? avatar
final

A widget to display prior to the chip's label.

Typically a CircleAvatar widget.

Implementation

@override
final Widget? avatar;