bottom property

double? bottom
final

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

Only two out of the three vertical values (top, bottom, height) can be set. The third must be null.

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

Implementation

final double? bottom;