flowlayout
/
com.google.accompanist.flowlayout
/
SizeMode
Size
Mode
enum
SizeMode
:
Enum
<
SizeMode
>
Content copied to clipboard
Used to specify how a layout chooses its own size when multiple behaviors are possible.
Entries
Properties
Entries
Expand
Link copied to clipboard
Expand
()
Content copied to clipboard
Maximize the amount of free space by expanding to fill the available space, subject to the incoming layout constraints.
Wrap
Link copied to clipboard
Wrap
()
Content copied to clipboard
Minimize the amount of free space by wrapping the children, subject to the incoming layout constraints.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard