paddingBottom property

double paddingBottom
getter/setter pair

Padding applied to the bottom edge of the flex container.

This value is in logical pixels and represents spacing inside the container's bottom edge, after the last line of flex items.

Implementation

double paddingBottom = 0.0;