alignment property

Alignment alignment
final

Control the internal Stack alignment. The ResponsiveWrapper uses a Stack to enable child widgets to resize. Defaults to Alignment.topCenter because app content is usually top aligned.

Implementation

final Alignment alignment;