top static method

EdgeInsets top(
  1. double spacing
)

Implementation

static EdgeInsets top(double spacing) {
  return MySpacing.only(top: spacing);
}