Gets the flex value for the current breakpoint
int getFlex(double containerWidth) { final responsive = FSResponsive.of(containerWidth); return size.getFlex(responsive.breakpoint); }