paddingRight property

double paddingRight
getter/setter pair

Padding applied to the right edge of the flex container.

This value is in logical pixels and represents spacing inside the container's right edge. Note that this is absolute right, not start/end relative to text direction.

Implementation

double paddingRight = 0.0;