iconButtonSize

fun iconButtonSize(size: Dp): ButtonSize

Creates a ButtonSize that presents sizes used by IconButton

Return

The new ButtonSize with expected width and height

Parameters

size

the size of IconButton


fun iconButtonSize(width: Dp, height: Dp): ButtonSize

Creates a ButtonSize that presents sizes used by IconButton

Return

The new ButtonSize with expected width and height

Parameters

width

IconButton's width

height

IconButton's height