paddingTop property

double paddingTop
getter/setter pair

Padding applied to the top edge of the flex container.

This value is in logical pixels and represents spacing inside the container's top edge, before the first line of flex items.

Implementation

double paddingTop = 0.0;