horizontalPadding property

  1. @JsonKey(defaultValue: 0.0)
double horizontalPadding
final

The horizontal padding between the borders of the frame and its children. This property is only applicable for auto-layout frames.

Implementation

@JsonKey(defaultValue: 0.0)
final double horizontalPadding;