options
fun options(padding: Dp = Default.padding, cornerRadius: Dp = Default.cornerRadius): AnimateSelectionOptions
Options for animating the padding and shape of the selected item.
Parameters
padding
The padding to apply to the selected item.
cornerRadius
The corner radius to apply to the selected item.