Flex

data class Flex(val value: Double)

This value acts as a weight for the width/height of a widget along the main axis.

For instance, setting flex(1.0) on each widget in a layout will create equally sized widgets.

https://developer.mozilla.org/en-US/docs/Web/CSS/flex

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard