The gutter width, i.e. padding between columns. Defaults to 30 (15 on each side)
Defines the style property justifyContent of the component.
Accepts a boolean. This boolean defines the style property flexWrap.
If no prop is specified, then the defaults value will be flexWrap: 'wrap'.
If you add the prop to the Row then the style value will equal
flexWrap: nowrap. This makes it easy to see what rows will wrap
at a glance.
Total number of columns this Row can have. Defaults to 12.
Generated using TypeDoc
Defines the style property
alignItemsof the component.