Android Developers Develop API reference Stay organized with collections Save and categorize content based on your preferences. Fr Artifact: androidx.compose.foundation:foundation-layout View Source Added in 1.11.0-alpha04 Common/AllAndroid/JVM Cmn @ExperimentalGridApivalue class Fr Represents a flexible unit used for sizing Grid tracks. One Fr unit represents a fraction of the remaining space in the grid container after GridTrackSize.Fixed and GridTrackSize.Percentage tracks have been allocated. Summary Public constructors Fr(value: Float) Cmn Public functions open String toString() Cmn Public properties Float value Cmn Public constructors Fr Cmn Added in 1.11.0-alpha04 Fr(value: Float) Public functions toString Cmn open fun toString(): String Public properties value Cmn Added in 1.11.0-alpha04 val value: Float