maxSizeWithoutSeparators property

double? maxSizeWithoutSeparators

Implementation

double? get maxSizeWithoutSeparators => maxSize == null ? null : maxSize! - (children.length ~/ 2) * _info.separatorSize;