If I want to make a big version of a `IconToggleBu...
# compose
g
If I want to make a big version of a
IconToggleButton
so it can take up half the screen size (think picking a choice between playing in casual or hardcore with a suitable large image as the representation) would I have to make my own version of the button? Since it has this attached to the modifier
private val IconButtonSizeModifier = Modifier.size(48.dp)
I'm not sure I can force it's size bigger than that?