top static method

EdgeInsets top(
  1. double spacing
)

Implementation

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