TextShadow.combine constructor

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

Implementation

const factory TextShadow.combine(List<TextShadow> shadows) = _CombineTextShadow;