removeChildrenWithNoHeight property

bool removeChildrenWithNoHeight
final

If true, children with zero height will not result in an extra innerDistance and separator. If all children have zero height, the outerDistance will also be removed. In other words, it's as if children with zero height are removed, except for the fact they still occupy width. The default is false.

Implementation

final bool removeChildrenWithNoHeight;