withShadows method

TextStyle withShadows(
  1. List<Shadow> shadows
)

Applies multiple shadows.

Implementation

TextStyle withShadows(List<Shadow> shadows) => copyWith(shadows: shadows);