rounded property

bool rounded
final

Whether the image is displayed with rounded corners. Defaults to false.

The corner style should reflect the type of content and remain consistent with the visual language used elsewhere in the product.

  • false: Displays the image with square corners.
  • true: Displays the image with rounded corners.

Implementation

final bool rounded;