horizontal property

int get horizontal

The total horizontal insets, equal to left + right.

Implementation

int get horizontal => left + right;