The shape that defines the tappable area. Common shapes include
Circle(), Capsule(), RoundedRectangle(cornerRadius), and Rectangle().Support
Usage
Make the entire row tappable
Circular tap target
Notes
By default, only areas with visible content respond to taps.contentShape expands (or restricts) the tappable region to the specified shape. Unlike clipShape, this does not clip the visual content.