runAlignment property Null safety

WrapAlignment runAlignment
read / write

WrapAlignment used, if shouldWrap is true.

How the runs themselves should be placed in the cross axis.

Defaults to WrapAlignment.start.

Implementation

WrapAlignment runAlignment;