iconButtonColors
@Composable
Creates a ButtonColors that represents the default container and content colors used in a IconButton.
Return
The new ButtonColors with expected container color and content color.
Parameters
containerColor
the container color of this IconButton when enabled.
contentColor
the content color of this IconButton when enabled.
Default ButtonColors for IconButton follow PicoTheme
Return
The new ButtonColors with given colors.