counterAxisSizingMode property

  1. @JsonKey(defaultValue: CounterAxisSizingMode.auto)
CounterAxisSizingMode counterAxisSizingMode
final

Whether the counter axis has a fixed length (determined by the user) or an automatic length (determined by the layout engine). This property is only applicable for auto-layout frames.

Implementation

@JsonKey(defaultValue: CounterAxisSizingMode.auto)
final CounterAxisSizingMode counterAxisSizingMode;