compose-audiowaveform
compose-audiowaveform copied to clipboard
Unable to set custom width for the waveform.
As the title suggested whenever I try to customize waveform width with the following line, the waveform take the full width of the screen
AudioWaveform( modifier = modifier.fillMaxWidth(0.75f) )
This is maybe due to behavior of Internally AudioWaveform Composable the Canvas function uses fillMaxWidth()
Any resolution for this?