getFlex method

int getFlex(
  1. FSBreakpoint breakpoint
)

Gets the flex value for this column size

Implementation

int getFlex(FSBreakpoint breakpoint) {
  return getSize(breakpoint);
}