Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 488 Bytes

Icon.setSize.rst

File metadata and controls

42 lines (27 loc) · 488 Bytes

Icon.setSize

Устанавливает размер иконки.

Syntax

icon.setSize(value)

Parameters

Name Type Description
value TextStyle Размер иконки

Returns

Нет

Examples

icon.setSize(TextStyle.display1);

See Also