actionPaneWidthFactor property

double? actionPaneWidthFactor

If the direction is horizontal, returns the totalActionsExtent otherwise null.

Implementation

double? get actionPaneWidthFactor =>
    directionIsXAxis ? totalActionsExtent : null;