right static method

EdgeInsets right(
  1. double spacing
)

Implementation

static EdgeInsets right(double spacing) {
  return FxSpacing.only(right: spacing);
}