horizontal property

double get horizontal

The total margin in the horizontal direction.

Implementation

double get horizontal =>
    (left?.value ?? inlineStart?.value ?? 0) +
    (right?.value ?? inlineEnd?.value ?? 0);