top property

double? top
final

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

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

Implementation

final double? top;