right property

double? right
final

The distance that the child's right edge is inset from the right of the stack.

Only two out of the three horizontal values (left, right, width) can be set. The third must be null.

If all three are null, the Stack.alignment is used to position the child horizontally.

Implementation

final double? right;