widthFactor property

  1. @DoubleConverter()
double? widthFactor
final

The width factor to expand to based on the child's width.

If null, the width is unconstrained and the child is simply centered.

Implementation

@DoubleConverter()
final double? widthFactor;