defaultPadding property

double defaultPadding
getter/setter pair

Default padding value. This value is used when no padding is provided.

It is safe to change this value to suit your needs, but it is recommended to only do so once when initializing your app.

Implementation

static double defaultPadding = Spacing.xlSpacing;