Yes, you can compose a Modifier in Jetpack Compose to achieve the desired behavior. To wrap content height but limit it to a maximum of 80% of the available height, you can use the Modifier.heightIn() function with dynamic values provided by LocalDensity and BoxWithConstraints.