trailingMarginToViewport property

double trailingMarginToViewport

The margin from the bottom of the child widget to the viewport.

Implementation

double get trailingMarginToViewport =>
    viewportMainAxisExtent - leadingMarginToViewport - mainAxisSize;