shape property

OutlinedBorder? shape
final

The OutlinedBorder to draw around the chip.

Defaults to the shape in the ambient ChipThemeData. If the theme shape resolves to null, the default is StadiumBorder.

Implementation

final OutlinedBorder? shape;