Combine multiple box shadows into one.
const factory BoxShadow.combine(List<BoxShadow> shadows) = _CombineBoxShadow;