possibleSecondaryAlignment property

Rx<Alignment?> possibleSecondaryAlignment
final

Alignment that might become the secondaryAlignment serving as a hint while dragging the secondary view.

Implementation

final Rx<Alignment?> possibleSecondaryAlignment = Rx(null);