vertical property

int get vertical

The total vertical insets, equal to top + bottom.

Implementation

int get vertical => top + bottom;