FlexExt extension

on

Methods

applyAxisConfig(AxisConfig config) Flex

Available on Flex, provided by the FlexExt extension

copyWith({Key? key, Axis? direction, MainAxisAlignment? mainAxisAlignment, MainAxisSize? mainAxisSize, CrossAxisAlignment? crossAxisAlignment, TextDirection? textDirection, VerticalDirection? verticalDirection, TextBaseline? textBaseline, Clip? clipBehavior, List<Widget>? children}) Flex

Available on Flex, provided by the FlexExt extension

fixDir(BarChartEngine engine) Flex

Available on Flex, provided by the FlexExt extension

This will change the direction of the Flex according to the direction specified in the engine. Here we assume, whenever we are talking about Axis.horizontal, i.e Row, we meant the main axis and vice versa.