ratio_flex library

Classes

RatioColumn
A widget that creates a Column with children wrapped in Flexible widgets based on the provided flex ratios and flex fit.
RatioFlex
A widget that creates a flex layout (row or column) with children wrapped in Flexible widgets based on provided flex ratios, similar to Flutter's built-in Flex widget.
RatioRow
A widget that creates a Row with children wrapped in Flexible widgets based on the provided flex ratios and flex fit.