RowScope

interface RowScope


Scope defining modifiers only available on rows.

Summary

Public functions

GlanceModifier

Size the element's width to split the available space with other weighted sibling elements in the Row.

Public functions

defaultWeight

fun GlanceModifier.defaultWeight(): GlanceModifier

Size the element's width to split the available space with other weighted sibling elements in the Row. The parent will divide the horizontal space remaining after measuring unweighted child elements and distribute it according to the weights, the default weight being 1.