toVerticalPadding method

EdgeInsets toVerticalPadding()

Implementation

EdgeInsets toVerticalPadding() {
  return EdgeInsets.symmetric(vertical: this.toDouble());
}