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