iconTextFit property

dynamic iconTextFit
final

Scales the icon to fit around the associated text.

Type: enum default: none Options: "none" The icon is displayed at its intrinsic aspect ratio. "width" The icon is scaled in the x-dimension to fit the width of the text. "height" The icon is scaled in the y-dimension to fit the height of the text. "both" The icon is scaled in both x- and y-dimensions.

Sdk Support: basic functionality with js, android, ios, macos

Implementation

final dynamic iconTextFit;