flex property

Extracts flex values for different screen sizes based on the sizes string.

Implementation

Map<BreakpointMapper, double> get flex =>
    DisplayFlexMedia.getFlexedDataFromString(sizes);