layoutGrow property

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

This property is applicable only for direct children of auto-layout frames, ignored otherwise. Determines whether a layer should stretch along the parent’s primary axis. A 0 corresponds to a fixed size and 1 corresponds to stretch.

Implementation

@JsonKey(defaultValue: 0.0)
final double layoutGrow;