alignment property

Alignment? alignment
final

Alignment.bottomCenter by default when scrollDirection== Axis.horizontal Alignment.centerRight by default when scrollDirection== Axis.vertical

Implementation

final Alignment? alignment;