strokesIncludedInLayout property

  1. @JsonKey(defaultValue: false)
bool strokesIncludedInLayout
final

Determines whether strokes are included in layout calculations. When true, auto-layout frames behave like css "box-sizing: border-box". This property is only applicable for auto-layout frames.

Implementation

@JsonKey(defaultValue: false)
final bool strokesIncludedInLayout;