row

.row alignment:{Stacked.MainAxisAlignment = Stacked.MainAxisAlignment.START}
cross:{Stacked.CrossAxisAlignment = Stacked.CrossAxisAlignment.CENTER}
gap:{Size? = null}
body:{MarkdownContent}
-> Node

Stacks content horizontally.

Return

the new stacked block

Parameters

alignment

content alignment along the main axis

Values

cross

content alignment along the cross axis

Values

gap

blank space between children. If omitted, the default value is used

body

content to stack