top static method

EdgeInsets top(
  1. double spacing
)

Implementation

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