possibleSecondaryAlignment property
final
Alignment that might become the secondaryAlignment serving as a hint while dragging the secondary view.
Implementation
final Rx<Alignment?> possibleSecondaryAlignment = Rx(null);
Alignment that might become the secondaryAlignment serving as a hint while dragging the secondary view.
final Rx<Alignment?> possibleSecondaryAlignment = Rx(null);