getSpacing static method

double getSpacing(
  1. BuildContext context
)

Implementation

static double getSpacing(BuildContext context) {
  return of(context)?.spacing ?? SFBreakpoints.defaultGap;
}