expandedAlignment property

Alignment expandedAlignment
final

Specifies the alignment of content, which are arranged in a column when the expansionWidget is expanded.

The internals of the expanded expansionWidget make use of a Column widget for content, and Align widget to align the column. The expandedAlignment parameter is passed directly into the Align.

Modifying this property controls the alignment of the column within the expanded expansionWidget.

Implementation

final Alignment expandedAlignment;