fromVertical property
Creates EdgeInsets with both top and bottom offsets set to the current value.
Implementation
EdgeInsets get fromVertical => EdgeInsets.symmetric(vertical: toDouble());
Creates EdgeInsets with both top and bottom offsets set to the current value.
EdgeInsets get fromVertical => EdgeInsets.symmetric(vertical: toDouble());