Fractional
data class Fractional(val fractionOfHeight: Float, val ignorePadding: Boolean = false) : SubtitleTextSize(source)
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.