fitHorizontally property

bool fitHorizontally
final

If true will shrink the children, horizontally only, until the shrinkLimit is reached. This parameter is only useful if the children are too wide to fit the row width. Avoid using fitHorizontally together with fill true.

Implementation

final bool fitHorizontally;