top static method

EdgeInsetsGeometry top(
  1. double spacing, {
  2. bool withResponsive = true,
})

Implementation

static EdgeInsetsGeometry top(double spacing, {bool withResponsive = true}) {
  return Spacing.only(top: spacing, withResponsive: withResponsive);
}