BoxShadow.combine constructor

const BoxShadow.combine(
  1. List<BoxShadow> shadows
)

Combine multiple box shadows into one.

Implementation

const factory BoxShadow.combine(List<BoxShadow> shadows) = _CombineBoxShadow;