actionPaneHeightFactor property

double? actionPaneHeightFactor

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

Implementation

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