right static method

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

Implementation

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