double getWidthFromFlex(double width, int flex, int items, double spacing) { return (width * flex / MyScreenMedia.flexColumns).floorToDouble(); }