Package-level declarations
Types
Link copied to clipboard
Layout that stacks children vertically with optional spacing. It scales Views up to fit the parent's width and take up as much vertical room as possible. But it respects minimum height, and won't make Views shorter.
Link copied to clipboard
class HorizontalFlowLayout(justification: HorizontalAlignment = Left, verticalSpacing: Double = 1.0, horizontalSpacing: Double = 1.0, verticalAlignment: VerticalAlignment = Top) : Layout
Layout that positions children in order horizontally and wraps.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Created by Nicholas Eddy on 2/22/19.
Link copied to clipboard
Created by Nicholas Eddy on 3/31/19.
Link copied to clipboard
Link copied to clipboard
Created by Nicholas Eddy on 3/29/19.