shape property

ShapeBorder? shape
final

The shape property specifies the outline (border) of the decoration. The shape must not be null. It's used alonside selectedColor.

Implementation

final ShapeBorder? shape;