Hi ! I am creating a custom composable, and would like to get available width/height from the given modifier : is it possible ? My goal is to implement a kind of
FlowLayout
using the
Layout
composable. But for this to work, I need the available width.