getFlex method
Gets the flex value for this column size
Implementation
int getFlex(FSBreakpoint breakpoint) {
return getSize(breakpoint);
}
Gets the flex value for this column size
int getFlex(FSBreakpoint breakpoint) {
return getSize(breakpoint);
}