Map<int, double>? get columnWidths => _columnWidths == null ? null : Map<int, double>.unmodifiable(_columnWidths!);