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