shape property

BoxShape shape
final

The shape to fill the background color, gradient, and image into.

If this is BoxShape.circle then borderRadius is ignored. Defaults to BoxShape.rectangle.

Implementation

final BoxShape shape;