fromVertical property

EdgeInsets get fromVertical

Creates EdgeInsets with both top and bottom offsets set to the current value.

Implementation

EdgeInsets get fromVertical => EdgeInsets.symmetric(vertical: toDouble());