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