right static method

EdgeInsetsGeometry right(
  1. double spacing
)

Implementation

static EdgeInsetsGeometry right(double spacing) {
  return FTxSpacing.only(right: spacing);
}