Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultInset = layout.UniformInset(unit.Dp(8))
Functions ¶
This section is empty.
Types ¶
type D ¶
type D = layout.Dimensions
type DetailRow ¶
type DetailRow struct { // PrimaryWidth is the fraction of the available width that should // be allocated to the primary widget. It should be in the range // (0,1.0]. Defaults to 0.3 if not set. PrimaryWidth float32 // Inset is automatically applied to both widgets. This inset is // required, and will default to a uniform 8DP inset if not set. layout.Inset }
DetailRow lays out two widgets in a horizontal row, with the left widget considered the "Primary" widget.
Click to show internal directories.
Click to hide internal directories.