Documentation

type UIText​.IconStyle

Options for displaying an icon within a text or button control.

type IconStyle = {
size?: string | number;
margin?: string | number;
color?: UIColor;
position?: "top" | "start" | "end" | "bottom";
};

Instance members

Related