crossAxisAlignment property

CrossAxisAlignment? crossAxisAlignment
final

Cross-axis alignment for children in the Collapsible column.

Controls how children are aligned perpendicular to the main axis. If null, defaults to CrossAxisAlignment.stretch.

Implementation

final CrossAxisAlignment? crossAxisAlignment;