shape property

  1. @override
ShapeBorder? shape
final

The item's outer shape when outside of an FItemGroup or other similar groups.

If provided, the entire item, including the backgroundColor and margin, is clipped to this shape.

Implementation

@override
final ShapeBorder? shape;