vertical property

double get vertical

The total margin in the vertical direction.

Implementation

double get vertical =>
    (top?.value ?? blockStart?.value ?? 0) +
    (bottom?.value ?? blockEnd?.value ?? 0);