Fractional
data class Fractional(val fractionOfHeight: Float, val ignorePadding: Boolean = false) : SubtitleTextSize
Represents a text size calculated as a fraction of the View's height, optionally ignoring the View's vertical padding.
Represents a text size calculated as a fraction of the View's height, optionally ignoring the View's vertical padding.