left static method

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

Implementation

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