imageStyle property

String? imageStyle
getter/setter pair

The image's type (for example, square border or circular border). Possible string values are:

  • "IMAGE_STYLE_UNSPECIFIED"
  • "IMAGE" : Square border.
  • "AVATAR" : Circular border.

Implementation

core.String? imageStyle;