marginVertical method

EdgeInsets marginVertical()

Implementation

EdgeInsets marginVertical() {
  return EdgeInsets.symmetric(vertical: h);
}