flexShrink property

  1. @override
double flexShrink
final

The flex shrink factor for this item. Determines how much this item should shrink relative to its siblings when there is insufficient space in the main axis. A value of 0 means the item will not shrink. Default is 0.0.

Implementation

@override
final double flexShrink;